Skip to content

Instantly share code, notes, and snippets.

@Koromix
Last active March 31, 2024 09:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Koromix/0a6cc7fe328d5a6b2217202652cb738d to your computer and use it in GitHub Desktop.
Save Koromix/0a6cc7fe328d5a6b2217202652cb738d to your computer and use it in GitHub Desktop.
98-sane-memory.conf
# Please use memory, I have plenty of it
vm.swappiness=1
# Avoid insane dirty writebacks with slow devices (USB keys, etc.)
vm.dirty_background_bytes=33554432
vm.dirty_bytes=134217728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment