Skip to content

Instantly share code, notes, and snippets.

@anibalardid
Created January 6, 2020 18:24
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 anibalardid/65cde74d18238fa0f9912589a845cc90 to your computer and use it in GitHub Desktop.
Save anibalardid/65cde74d18238fa0f9912589a845cc90 to your computer and use it in GitHub Desktop.
Resize tmp tmpfs partition
https://www.golinuxcloud.com/change-tmpfs-partition-size-redhat-linux/
Default:
none /dev/shm tmpfs defaults 0 0
To:
none /dev/shm tmpfs defaults,size=2G 0 0
For the changes to take effect immediately remount /dev/shm:
# mount -o remount /dev/shm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment