Skip to content

Instantly share code, notes, and snippets.

@ZiTAL
Last active November 9, 2023 06:47
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 ZiTAL/8e8e4681a83978a3b86b7efa310e6e0a to your computer and use it in GitHub Desktop.
Save ZiTAL/8e8e4681a83978a3b86b7efa310e6e0a to your computer and use it in GitHub Desktop.
gnu/linux: set tmpfs size
# /etc/fstab
#...
tmpfs /tmp tmpfs defaults,rw,nodev,nofail,noatime,nosuid,size=8G 0 0
#...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment