Skip to main content
Inspiring
June 7, 2012
Question

Minimum JVM Heap Size

  • June 7, 2012
  • 1 reply
  • 910 views

Hi,

How much should be the minimum JVM Heap Size?

If we are not giving any value, what is the default value that is taken by the server?

Thanks

This topic has been closed for replies.

1 reply

Known Participant
June 7, 2012

By default, this value is blank in the administrator.  My production server has this value left as blank as well.  I believe I read somewhere that you can set the minimum = maximum and this will help the server not need to manage the Heap Size as much, since it is static, but I never tried that setting.

balumohanAuthor
Inspiring
June 7, 2012

I also found the min as blank. I just want to know that it is correct and no need to put a value for that.

Legend
June 7, 2012

Without a minimum specified Java uses default value. I gather for Java 1.6 that is 64Mb.