Editing the /tmp Folder Change size (method 1) sudo nano /etc/fstab none /tmp tmpfs size=2G 0 0 # Change the size= parameter to whatever you want Change size (method 2) sudo umount /tmp sudo mount -t tmpfs -o size=1048576,mode=1777 overflow /tmp Go to top Click to share on Twitter (Opens in new window)Click to share on Facebook (Opens in new window)MoreClick to share on Pocket (Opens in new window)Click to share on LinkedIn (Opens in new window)Click to share on Pinterest (Opens in new window)