CHanging the memory usage by default?

Started by Melssj5, February 19, 2009, 05:36:26 PM

Previous topic - Next topic

Melssj5

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?
Nada por ahora

EgonOlsen

#1
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

I'm not sure if this helps though.