dev@glassfish.java.net

Heap Memory

From: <sortiz_at_seneca-epso.com>
Date: Fri, 4 Jul 2008 09:08:51 +0200 (CEST)

We are programming an application that requires to work with 3 Gb of heap
memory from a java virtual machine but, in spite we had prove with the
Xmx parameter in order to obtain the said necessary memory level, we had
only obtained 64 Mb (we had used MemoryMXBean and MemoryUsage in order to
know the disposed memory level)

Please, would you tell us how to increase the heap memory level at the
java virtual machine?