Hi,
I finally get the error we all get in life once: "OutOfVirtualMemoryError in NOM"; For me during CAP deployment (of the "Contract Center" solution in version 24.2)
I know this has to do with "bus.xml.vm.maxsize", but what is the order of picking up this setting as I can set it at 4 places (and I can't get the finger behind it to solve it):
- CMC-tool "Platform properties"
→ bus.xml.vm.maxsize=1024 - CAP service container JRE setting (greyed out, but updatable via LDAP bussoapprocessorconfiguration under <jreconfig>): → -Dbus.xml.vm.maxsize=1024
- $CORDYS_HOME/config/wcp.properties → bus.xml.vm.maxsize=1024
- CATALINA_OPTS for the TomEE service → -Dbus.xml.vm.maxsize=1024
Which of these is the "true" setting and should I remove/comment the others? :)
//Antal