We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d96a73b + 64f8a8b commit 53e791dCopy full SHA for 53e791d
operator/src/main/resources/scripts/stopServer.sh
@@ -113,7 +113,8 @@ check_for_shutdown
113
[ ! -f "${SCRIPTPATH}/wlst.sh" ] && trace SEVERE "Missing file '${SCRIPTPATH}/wlst.sh'." && exit 1
114
115
trace "Before stop-server.py [${SERVER_NAME}] ${SCRIPTDIR}" &>> ${STOP_OUT_FILE}
116
-${SCRIPTPATH}/wlst.sh /weblogic-operator/scripts/stop-server.py &>> ${STOP_OUT_FILE}
+# Use the default wlst.sh memory settings for stopping the server -Xms32m -X1024m should be enough
117
+USER_MEM_ARGS="" ${SCRIPTPATH}/wlst.sh /weblogic-operator/scripts/stop-server.py &>> ${STOP_OUT_FILE}
118
trace "After stop-server.py" &>> ${STOP_OUT_FILE}
119
120
# at this point node manager should have terminated the server
0 commit comments