Skip to content

Instantly share code, notes, and snippets.

@munhitsu
Created June 19, 2011 23:25
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 munhitsu/1034897 to your computer and use it in GitHub Desktop.
Save munhitsu/1034897 to your computer and use it in GitHub Desktop.
10.6: Completely Disable Virtual Memory in Snow Leopard
#source: http://hints.macworld.com/article.php?story=201106020948369
#disable
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
#enable
sudo launchctl load -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment