Created
March 11, 2019 08:39
-
-
Save xenji/0f85b21fdfa127aea947be4dc63a247a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[main] | |
summary=Profile for Mario's Gigabyte Aero 14kv8 | |
# These settings enable Intel's speed step to do its work. | |
[cpu] | |
governor=powersave | |
energy_perf_bias=normal | |
# Set the autosuspend to 10s | |
[audio] | |
timeout=10 | |
# Both disks are Samsung 970s, use noop for both | |
[disk] | |
devices=nvme0,nvme1 | |
elevator=noop | |
alpm=max_performance | |
# Look at https://alexandrnikitin.github.io/blog/transparent-hugepages-measuring-the-performance-impact/ | |
# before chaning this. | |
[vm] | |
transparent_hugepages=true | |
[sysctl] | |
vm.swappiness=1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment