Skip to content

Instantly share code, notes, and snippets.

@dentedtriangle
Created April 25, 2012 03:20
Show Gist options
  • Save dentedtriangle/2485961 to your computer and use it in GitHub Desktop.
Save dentedtriangle/2485961 to your computer and use it in GitHub Desktop.
Dynamic Pager on OSX
# turn off
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
# turn back on
sudo launchctl load -wF /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