Last active
February 23, 2017 09:43
-
-
Save AlxGolubev/f46427113eebaac0ef6f0b3f90edb98c to your computer and use it in GitHub Desktop.
Rubymine Config for Memory Optimization
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Xms128m | |
-Xmx1024m | |
-XX:MaxPermSize=1024m | |
-XX:ReservedCodeCacheSize=128m | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseCompressedOops | |
-agentlib:yjpagent=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=RubyMine80 | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-Xms128m | |
-Xmx768m | |
-XX:MaxPermSize=1024m | |
-XX:ReservedCodeCacheSize=128m | |
-XX:+UseCodeCacheFlushing | |
-XX:+UseCompressedOops | |
-XX:+UseConcMarkSweepGC | |
-XX:SoftRefLRUPolicyMSPerMB=50 | |
-ea | |
-Dsun.io.useCanonCaches=false | |
-Djava.net.preferIPv4Stack=true | |
-XX:+HeapDumpOnOutOfMemoryError | |
-XX:-OmitStackTraceInFastThrow | |
-Dawt.useSystemAAFontSettings=lcd |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My specs: Mac Mini 2011, 8GB RAM, Core i5 2.3GHz, OSX Yosemite