Skip to content

Instantly share code, notes, and snippets.

@assafmo
Last active December 13, 2018 19:07
Show Gist options
  • Save assafmo/c2c1e5f247d931b160a27cef7b819755 to your computer and use it in GitHub Desktop.
Save assafmo/c2c1e5f247d931b160a27cef7b819755 to your computer and use it in GitHub Desktop.
Mount /tmp as tmpfs
# https://blog.ubuntu.com/2016/01/20/data-driven-analysis-tmp-on-tmpfs
# In /etc/fstab:
tmpfs /tmp tmpfs rw,size=128m,noexec,nosuid 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment