File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
operator/src/main/resources/scripts Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,8 @@ check_for_shutdown
113
113
[ ! -f " ${SCRIPTPATH} /wlst.sh" ] && trace SEVERE " Missing file '${SCRIPTPATH} /wlst.sh'." && exit 1
114
114
115
115
trace " Before stop-server.py [${SERVER_NAME} ] ${SCRIPTDIR} " & >> ${STOP_OUT_FILE}
116
- USER_MEM_ARGS=" -Xms128m -Xmx256m" ${SCRIPTPATH} /wlst.sh /weblogic-operator/scripts/stop-server.py & >> ${STOP_OUT_FILE}
116
+ # 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}
117
118
trace " After stop-server.py" & >> ${STOP_OUT_FILE}
118
119
119
120
# at this point node manager should have terminated the server
You can’t perform that action at this time.
0 commit comments