|
From: Mike S. <mik...@ar...> - 2006-09-28 09:47:21
|
I am trying to get the java option aggressive heap to work. I have put the following lines in the wrapper.conf: =20 # Java Additional Parameters wrapper.java.additional.1=3D-server wrapper.java.additional.2=3D-XX:+UseParallelGC wrapper.java.additional.3=3D-XX:+AggressiveHeap =20 # Initial Java Heap Size (in MB) #wrapper.java.initmemory=3D3 =20 # Maximum Java Heap Size (in MB) #wrapper.java.maxmemory=3D256 =20 The following appears in the log: =20 STATUS | wrapper | 2006/09/28 10:44:55 | --> Wrapper Started as Service STATUS | wrapper | 2006/09/28 10:44:55 | Launching a JVM... ERROR | wrapper | 2006/09/28 10:45:00 | JVM exited while loading the application. INFO | jvm 1 | 2006/09/28 10:45:00 | Error occurred during initialization of VM INFO | jvm 1 | 2006/09/28 10:45:00 | Could not reserve enough space for object heap =20 The application will start okay without the wrapper, but fails with the wrapper, at start up it will use no more than 20M. =20 I have tried it with 3.1.2 and 3.2.1 version. =20 Any Ideas? =20 Thanks =20 Mike =20 =20 www.ardentia.com the home of NetSearch =20 |