To disable secure virtual memory in 10.7, one does the following:
sudo defaults write /Library/Preferences/com.apple.virtualMemory DisableEncryptedSwap -boolean yes
However, are there any benefits to disabling secure system memory? I'm not concerned with security as much as I 'm concerned about system speed.
dynamic_pager
daemon can boost performance but it's not without risks: see answers to Disable Mac's dynamic_pager? and to Why would I disable swap file in Mac OS X? – Graham Perrin Apr 27 '13 at 12:13