Bootstrap FreeKB - Mule - Change heap size
Mule - Change heap size

Updated:   |  Mule articles

The wrapper.conf file is used to set the minimum and maximum heap size for each Mule application server. The wrapper.conf file should be located at mule_home/server_name/conf/wrapper.conf.

The wrapper.java.maxmemory option is used to specify the maximum amount of memory that can be allocated for heap space, in MB. The wrapper.java.initmemory option is used to specify the initial (aka minimum) amount of memory to be allocated for heap space, in MB.

If you change the minimum or maximum heap size, you will need to restart the application server for the change to take effect.

wrapper.java.initmemory=1024
wrapper.java.maxmemory=1528

 




Did you find this article helpful?

If so, consider buying me a coffee over at Buy Me A Coffee



Comments


Add a Comment


Please enter aa0484 in the box below so that we can be sure you are a human.