When Support Automation (SA) is heavily used, it may be useful to increment the heap memory for the tomcat server used by SA.
Release:
Component: SBAUTO
Incrementing the java heap memory for the SA tomcat server can be done by adding a new parameter called JAVA_OPTIONS_SA in the NX.env file.
If the JAVA_OPTIONS_SA already exists in the NX.env, the same commands can be used to set new values.
By default this memory is set to 512M. To increase this to, for example, 1024M, execute following commands:
pdm_options_mgr -c -s JAVA_OPTIONS_SA -v "-Djava.net.preferIPv4Stack=false -Xms64M -Xmx1024M" -a pdm_option.inst
pdm_options_mgr -c -s JAVA_OPTIONS_SA -v "-Djava.net.preferIPv4Stack=false -Xms64M -Xmx1024M" -a pdm_option.inst -t
Post installation actions: