Auto-merging via docker-versions-create

This commit is contained in:
Geoff Bourne
2020-05-02 09:33:49 -05:00
4 changed files with 44 additions and 3 deletions
+6
View File
@@ -180,6 +180,12 @@ if isTrue "${USE_LARGE_PAGES}"; then
"
fi
if isTrue "${DEBUG_MEMORY}"; then
log "Memory usage and availability (in MB)"
uname -a
free -m
fi
mcServerRunnerArgs="--stop-duration 60s"
if [[ ${TYPE} == "CURSE_INSTANCE" ]]; then
JVM_OPTS="-Xms${INIT_MEMORY} -Xmx${MAX_MEMORY} ${JVM_OPTS}"