Last active
December 13, 2018 19:07
-
-
Save assafmo/c2c1e5f247d931b160a27cef7b819755 to your computer and use it in GitHub Desktop.
Mount /tmp as tmpfs
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
# 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