|
From: Leif M. <le...@ta...> - 2004-04-01 10:22:35
|
Leif Mortenson wrote: > Looking at those docs means that I need to change the way I handle the > memory settings > in the Wrapper. Some of them require that the -Xms and -Xmx values > which are always > set by the Wrapper not be set. Ok, this is done. 3.1.0 will not pass memory parameters to the JVM if the init and max properties are not specified in the wrapper.conf. This means that you can also now specify them manually using the wrapper.java.additional.<n> properties as well. Cheers, Leif |