Skip to content

Instantly share code, notes, and snippets.

@czocher
Last active February 11, 2023 21:24
Show Gist options
  • Save czocher/69c3d21c62890246f58c8ae3b29ec726 to your computer and use it in GitHub Desktop.
Save czocher/69c3d21c62890246f58c8ae3b29ec726 to your computer and use it in GitHub Desktop.
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