Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
6answers
1k views

Modify JVM args from inside the JVM

Is there a way to modify the jvm args from inside of the jvm? Specifically, I want to be able to change the maximum heap size of the jvm from inside of it. Is this possible? Edit: I guess I should ...
0
votes
1answer
497 views

Problem starting Spring Tool Suite when I change XMx!

I am trying to change and increase the default -Xmx768m to -Xmx1024 in STS.ini. However, on startup I get an error saying "Failed to create the JVM". If I revert it back to 768 it works fine. Any ...
0
votes
1answer
431 views

Eclipse Galileo/Windows/Java memory woes

In short, I have 8G of memory and eclipse/java is dying after the splash screen when I try to set the vmargs to something reasonable, like -Xms512m -Xmx2048m. In long: I'm running XP Pro x64, v. ...