|
From: Leif M. <lei...@ta...> - 2012-10-04 02:18:02
|
Mike, Sorry about the lack of an explanation. We will improve those documentation pages in the next update. Those properties are provided as a convenience for most users, and also makes it possible to set relative memory sizes. If you require more complicated memory configurations, this can be done using the wrapper.java.additional.<n> properties as follows: wrapper.java.additional.1=-Xms3m wrapper.java.additional.2=-Xmx64m Additional memory settings can be added as needed. When you are done, I recommend setting the following property the first time you launch the JVM so you can double check the command line. wrapper.java.command.loglevel=INFO Please let me know if you have any questions getting up and running. Cheers, Leif On Thu, Oct 4, 2012 at 10:49 AM, Michael MacFaden <mr...@vm...> wrote: > Hi, > > From reading the docs I'm not clear if I can > leave out these wrapper.conf properties: > wrapper.java.initmemory > wrapper.java.maxmemory > > and specify them either as command line as arguments > or env vars from the process/script calling the tanuki start-* script? > > Thanks > Mike MacFaden > > |