Last active
February 11, 2023 21:24
-
-
Save czocher/69c3d21c62890246f58c8ae3b29ec726 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
As root: | |
fstrim --all | |
systemctl enable fstrim.timer | |
Firefox about:config: | |
browser.sessionstore.interval -> 1800000 | |
browser.cache.disk.enable -> false | |
browser.cache.memory.capacity -> -1 | |
browser.cache.memory.enable -> true | |
fstab: | |
#SSD optimization /var/log/ to RAM | |
none /var/log/ tmpfs size=10% 0 0 | |
#SSD optimization /tmp to RAM | |
none /tmp/ tmpfs size=10% 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment