www.jpct.net

jPCT - a 3d engine for Java => Support => Topic started by: Melssj5 on February 19, 2009, 05:36:26 pm

Title: CHanging the memory usage by default?
Post by: Melssj5 on February 19, 2009, 05:36:26 pm
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?
Title: Re: CHanging the memory usage by default?
Post by: EgonOlsen on February 19, 2009, 07:47:22 pm
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.