|
From: Christian M. <chr...@ta...> - 2013-04-10 01:56:26
|
Hi Mitchell, yes, that's how you would specify in general any JVM specific parameter. For more information please make sure to take a look at the documentation for wrapper.java.additional.<n> http://wrapper.tanukisoftware.com/doc/english/prop-java-additional-n.html In your example, you have defined the property 'wrapper.java.additional.1' twice. Please just make sure to use a different numbers for each property. I.e.: wrapper.java.additional.1=-XX:NewSize=1234m wrapper.java.additional.2=-XX:+UseConcMarkSweepGC Please let me know if you have any further questions. Thank you, Christian Tanuki Software, Ltd. On Tue, Apr 9, 2013 at 7:15 PM, Smith, Mitchell <mit...@cw...>wrote: > Hi, > > I am looking at using the service wrapper for my mule application, however > currently I use a very specific garbage collection configuration to ensure > optimum throughput. > > How would I specify options for the jvm specific to garbage collection? > and specific heap sizes > > Example: > I set the distribution of the heap memory to allow a larger eden heap, > increasing the throughput capacity. using -XX:NewSize=1234m > > And i specify the specific algoritm using -XX:+UseConcMarkSweepGC > > > Would I just add these (and similar) like: > wrapper.java.additional.1=-XX:NewSize=1234m > wrapper.java.additional.1=-XX:+UseConcMarkSweepGC > > Thanks > -- > *Mitchell > * > > The information contained in this email (and any attachments) is confidential and may be privileged. If you are not the intended recipient > and have received this email in error, please notify the sender immediately by reply email and delete the message and any attachments. > If you are not the named addressee, you must not copy, disclose, forward or otherwise use the information contained in this email. > Cable & Wireless Communications Plc and its affiliates reserve the right to monitor all email communications through their networks to > ensure regulatory compliance. > > Cable & Wireless Communications Plc is a company registered in England & Wales with number: > 07130199 and offices located at 3rd Floor, 26 Red Lion Square, London WC1R 4HQ > > > > > ------------------------------------------------------------------------------ > Precog is a next-generation analytics platform capable of advanced > analytics on semi-structured data. The platform includes APIs for building > apps and a phenomenal toolset for data science. Developers can use > our toolset for easy data analysis & visualization. Get a free account! > http://www2.precog.com/precogplatform/slashdotnewsletter > _______________________________________________ > Wrapper-user mailing list > Wra...@li... > https://lists.sourceforge.net/lists/listinfo/wrapper-user > > |