Java VM Heap

From: kimbuba (kimbuba3_NOSPAM_at_yahoo.it)
Date: 01/31/04


Date: Sat, 31 Jan 2004 17:05:51 +0100

Hello,
do you guys know how to increase the maximum heap for the jvm?
I know about giving to apps args like:
-Xmx<size> set maximum Java heap size

But i would like to give to my VM maximum heap defaults.
Any application that will use my Vm is set as default to -Xmx256M; without
setting it manually for each app.

thnx!
Kimbuba.



Relevant Pages

  • Re: Java VM Heap
    ... > do you guys know how to increase the maximum heap for the jvm? ... > I know about giving to apps args like: ... > But i would like to give to my VM maximum heap defaults. ... thereby eliminitating a stack space dependency. ...
    (comp.lang.java)
  • Re: Java VM Heap
    ... >> do you guys know how to increase the maximum heap for the jvm? ... >> But i would like to give to my VM maximum heap defaults. ... > perhaps you should rework your code, ... thereby eliminitating a stack space dependency. ...
    (comp.lang.java)
  • Re: JNI_CreateJavaVM fails in client jvm, if initial/max heap sizes are specified
    ... > However, if I specify the initial and maximum heap sizes (i.e., -Xms ... > and -Xmx options) while creating JVM (i.e., ... the application fails at JNI_CreateJavaVM call. ... fails if the minimum heap size is more then the maximum heap size. ...
    (comp.lang.java.programmer)
  • Display Default Heap Size
    ... I've scoured the internet for this and can't find any helpful ... Is there any way for the JVM to display the default ... maximum heap size on a system? ...
    (comp.lang.java.machine)