• 37 Posts
  • 2.72K Comments
Joined 3 years ago
cake
Cake day: July 7th, 2023

help-circle


    1. Install powertop and run (with sudo) to see what’s consuming power. Use the tunables tab for suggestions on what can turned on or off.

    2. You’re on AMD, so your CPU scheduler should using the amd-pstate-epp module to handle power profile settings. Turn your power profile to power saving and see if your temps go down. Move up to balanced from there and see how that is.

    3. You sure you haven’t over locked anything? Try setting defaults in your BIOS.

    4. Pic of your case and components couldn’t hurt. You might just have an airflow issue












  • You probably shouldn’t use btrfs for swap unless you understand the heavy limitations on doing so. For starters, you didn’t disable CoW when creating, so I’m assuming you don’t know the issues involved.

    Aside from that, I can say Void is still pretty Alpha, regardless of the claims. I messed with a bit just to see if it was worth it for single-purpose use-cases (they make this claim), and it’s just not there, unfortunately. I believe they aim to be a rock-solid alternative to Alpine with a more simple interface, but as you noted, they are nowhere there.

    I also had a TON of issues with XBPS, and they need some serious work there. Duplicate packages, update issues, orphaned packages…etc. If they are serious, they need to put more effort into improvements, and also communicating the actual status of their project. Seems they are currently failing in both regards.






  • I don’t think it could possibly be measured because it’s something like: (file size ÷ block size) * num_writes

    So it entire depends on the types of files, how often you’re utilizing writes to disk…etc. I just wouldn’t worry about it. If you REALLY want to estimate the tax: use iostat to check the number of writes on the drive in the last 24 hours, THEN enable online defrag and check it again in 24 hours. See what the difference is.

    It really doesn’t matter for HDD though. Barely probably matters for SSD.