Skip to content

Instantly share code, notes, and snippets.

@2KAbhishek
Created August 6, 2019 02:57
Show Gist options
  • Save 2KAbhishek/ad3849ff3a3775df97af814fb3701cef to your computer and use it in GitHub Desktop.
Save 2KAbhishek/ad3849ff3a3775df97af814fb3701cef to your computer and use it in GitHub Desktop.
Increase /tmp size for heavy installations (e.g - Android Studio)
#Increase /tmp size for heavy installations (e.g - Android Studio)
sudo mount -o remount,size=6G /tmp/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment