|
From: Michael M. <mr...@vm...> - 2012-10-21 14:28:09
|
>From: Leif Mortensom >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. Thanks for the response Leif. Guess I wasn't clear either, in our system the memory size values are dynamic, may change each time the jvm is started. I didn't want to modify the wrapper.conf each time the app starts so wanted to know if I could pass the values in to tanuki via env var or cmd line. Mike |