|
From: Smith, M. <mit...@cw...> - 2013-04-09 10:37:42
|
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 |