The initial amount of memory in megabytes that the JVM should
allocate at startup. This value can affect the startup time
of the application. Startup time is optimized when this value
is fairly close to the actual amount of memory required by the
application once it has been started. The default value is
3Mb. Windows and Linux JVMs default to 2Mb, but Solaris JVMs
require a minimum of 3Mb. Valid values are in the range 1 to
4096Mb. The value must be less than or equal to the value set
for the wrapper.java.maxmemory
property.
Example: |
wrapper.java.initmemory=2
|
|