RubyMine for Mac最佳内存设置
对于 RubyMine 6.0 往后的版本,设置文件在:
/Applications/RubyMine/bin/idea.vmoptions
对于 RubyMine 6.0 往后的版本,设置文件在:
/Applications/RubyMine/bin/idea.vmoptions
环境为 OS X 10.8 + RVM Ruby + Mysql 5.5 + MAMP 2.1.4
sudo launchctl unload -w /System/Library/LaunchDaemons/org.apache.httpd.plist
如果哪天你想让它开机启动了,则将 unload 改为 load 即可:
sudo launchctl load -w /System/Library/LaunchDaemons/org.apache.httpd.plist