Learn how to edit the
<release-name>-impactgui-startup-scripts configmap to avoid
memory errors for the impactgui pod.
Procedure
-
Edit the
<release-name>-impactgui-startup-scripts
configmap. Add a line to the Pre server startup script section, as in the
following example:
#
# Pre server startup script
#
echo "Running pre-server startup custom scripts"
sed -i "s/^ActiveMQBroker.transportConnectorURIs=.*/ActiveMQBroker.transportConnectorURIs=nio:\/\/$HOSTNAME:16399/g" /opt/IBM/tivoli/impact/ActiveMQBroker.properties
/opt/IBM/tivoli/impact/bin/stopGUIServer.sh
- Save the
<release-name>-impactgui-startup-scripts
configmap.
- Restart the
impactgui pod on the cluster, by running the following
commands to scale up and down the impactgui statefulset:
oc scale sts/<release-name>-impactgui --replicas=0
oc scale sts/<release-name>-impactgui --replicas=1