Skip to content

Instantly share code, notes, and snippets.

@AlxGolubev
Last active February 23, 2017 09:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AlxGolubev/f46427113eebaac0ef6f0b3f90edb98c to your computer and use it in GitHub Desktop.
Save AlxGolubev/f46427113eebaac0ef6f0b3f90edb98c to your computer and use it in GitHub Desktop.
Rubymine Config for Memory Optimization
-Xms128m
-Xmx1024m
-XX:MaxPermSize=1024m
-XX:ReservedCodeCacheSize=128m
-XX:+UseCodeCacheFlushing
-XX:+UseCompressedOops
-agentlib:yjpagent=probe_disable=*,disablealloc,disabletracing,onlylocal,disableexceptiontelemetry,delay=10000,sessionname=RubyMine80
-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
@AlxGolubev
Copy link
Author

My specs: Mac Mini 2011, 8GB RAM, Core i5 2.3GHz, OSX Yosemite

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment