The Spectrum OneClick WebApp crashed in ActiveMQ processing due to running out of memory. How can memory allocation for the WebApp be increased?
Release : 10.4
Component : Spectrum Core / SpectroSERVER
Edit the $SPECROOT/webtomcat/webswing/webswing.config file and change the vmargs to 2048:
"vmArgs" : "-Xmx2048m -Djavaws.cfg.jauthenticator=true -DbrowserIp=${clientIp} -Dsun.awt.noerasebackground=true -Duser.timezone=${clientTimeZone} -Djavax.net.ssl.trustStore=${SPECROOT}/custom/keystore/cacerts -Djavax.net.ssl.trustStorePassword=changeit",
Stop and restart the Spectrum WebTomcat.