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.
1 parent eb12fb5 commit 620933cCopy full SHA for 620933c
operator/src/main/resources/scripts/startNodeManager.sh
@@ -239,7 +239,7 @@ RestartInterval=3600
239
NumberOfFilesLimited=true
240
FileTimeSpan=24
241
NMHostName=${SERVICE_NAME}
242
-Arguments=${USER_MEM_ARGS} -XX\\:+UnlockExperimentalVMOptions -XX\\:+UseCGroupMemoryLimitForHeap ${serverOutOption} ${JAVA_OPTIONS}
+Arguments=${USER_MEM_ARGS} -XX\\:+UnlockExperimentalVMOptions -XX\\:+UseCGroupMemoryLimitForHeap -Dweblogic.SituationalConfig.failBootOnError=true ${serverOutOption} ${JAVA_OPTIONS}
243
244
EOF
245
0 commit comments