Author Topic: CHanging the memory usage by default?  (Read 3155 times)

Offline Melssj5

  • double
  • *****
  • Posts: 724
    • View Profile
CHanging the memory usage by default?
« 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?
Nada por ahora

Offline EgonOlsen

  • Administrator
  • quad
  • *****
  • Posts: 12295
    • View Profile
    • http://www.jpct.net
Re: CHanging the memory usage by default?
« Reply #1 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

I'm not sure if this helps though.
« Last Edit: February 19, 2009, 07:50:12 pm by EgonOlsen »