|
From: Leif M. <lei...@ta...> - 2009-06-17 05:43:43
|
Ming, The memory properties you mentioned are commented out by default, meaning that the Wrapper is not specifying any memory settings. The JVM is thus starting up using its defaults, just as it would do on its own. I believe this is a max memory of 64MB for most JVMs. The initial memory is usually 2 or 3 MB depending on the platform. You can see exactly how we are launching the JVM by setting the following property: wrapper.java.command.loglevel=INFO Cheers, Leif On Tue, Jun 16, 2009 at 6:19 AM, Chen, Ming Ming<min...@hp...> wrote: > Hi, > The following lines are in the configuration file: > # Initial Java Heap Size (in MB) > #wrapper.java.initmemory=3 > > # Maximum Java Heap Size (in MB) > #wrapper.java.maxmemory=64 > > Questions: > 1. What are we setting for the initmemory and maxmemory? > 2. What if I don't set anything? What value will be used? > > Regards > Ming |