Skip to content

Instantly share code, notes, and snippets.

@hasinhayder
Created September 12, 2017 14:45
Show Gist options
  • Save hasinhayder/d4a8c6b345f6eab81e0d2638901aac69 to your computer and use it in GitHub Desktop.
Save hasinhayder/d4a8c6b345f6eab81e0d2638901aac69 to your computer and use it in GitHub Desktop.
Resize /tmp size in Linux
mount -o remount,size=5G,noatime /tmp
Also the following line in /etc/fstab helps
none /tmp tmpfs defaults,size=5000000000 0 0
But make sure that /etc/default/rcS
RAMTMP=no
Also in /etc/defaults/tmpfs
RAMTMP=no
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment