How To Disable the Dynamic Memory Pager in MacOSX

To deactivate the dynamic pager:
sudo launchctl unload -w /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
followed by a reboot. You can turn it on again with
sudo launchctl load -wF /System/Library/LaunchDaemons/com.apple.dynamic_pager.plist
Leave Your Comment
All fields marked with "*" are required.