JEP 141: Increase the Client VM's Default Heap Size
Jon Masamitsu
jon.masamitsu at oracle.com
Wed Feb 22 15:38:26 UTC 2012
On 2/22/2012 4:28 AM, Michael Bien wrote:
> On 02/22/2012 12:48 AM, mark.reinhold at oracle.com wrote:
>> Posted: http://openjdk.java.net/jeps/141
>>
>> - Mark
>>
> additional risks:
> - JVM may not be able to start
Specifically, the JVM tries to reserve enough memory at start up
for the heap and fails to initialize if it cannot?
Will add it.
> - could contribute to the false impression that java requires a lot
> of memory to run (JVMs usually don't like to give memory back to the
> OS once its in use)
Is this an impression the user would get because the JVM would not start
up as you
note above? The JVM does not necessarily use all the memory it reserves.
Thanks.
Jon
>
> best regards,
> michael
>
More information about the hotspot-gc-dev
mailing list