Xms out of memory RubyMine 54321
I've upgraded to RubyMine 5.4.3.2.1
I keep getting "Xms Out of Memory". I have up it to 1792 and still get this error.
Also, after quitting RubyMine and restarting it, I get "rubymine quit unexpectedly".
Even though it didn't.
What can I do?
Thanks
Please sign in to leave a comment.
You need an "m" after that 1792. You are essentially telling it to start with 1792 BYTES. Here is what mine looks like.
-Xms1024m
-Xmx2048m
-XX:MaxPermSize=250m
-XX:ReservedCodeCacheSize=64m
-XX:+UseCodeCacheFlushing
-ea
-Dsun.io.useCanonCaches=false
-Djava.net.preferIPv4Stack=true
Thanks for the info!