Hi, I am having problems with running an app in java. I know I could use the -Xmx and -Xms params when calling to java.exe.
But I need to do something different, I need to chance the default memory usage rules for java. That means, that all the java apps will run with that memory specifications without needing to specify it for every program.
Is there any way to do it?
I think you can add some runtime settings in the control panel. Like here (the text deals with applets, but there's an application setting too): http://www.duckware.com/pmvr/howtoincreaseappletmemory.html (http://www.duckware.com/pmvr/howtoincreaseappletmemory.html)
I'm not sure if this helps though.