File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,12 @@ if [ ! -e /data/eula.txt ]; then
4747 writeEula
4848fi
4949
50+ if isTrue " ${DEBUG_MEMORY:- false} " ; then
51+ log " Memory usage and availability (in MB)"
52+ uname -a
53+ free -m
54+ fi
55+
5056# #########################################
5157# Setup RCON password
5258
Original file line number Diff line number Diff line change @@ -192,12 +192,6 @@ if isTrue "${USE_SIMD_FLAGS}"; then
192192 "
193193fi
194194
195- if isTrue " ${DEBUG_MEMORY} " ; then
196- log " Memory usage and availability (in MB)"
197- uname -a
198- free -m
199- fi
200-
201195if [[ ${INIT_MEMORY} || ${MAX_MEMORY} ]]; then
202196 log " Setting initial memory to ${INIT_MEMORY:= ${MEMORY} } and max to ${MAX_MEMORY:= ${MEMORY} } "
203197 if [[ ${INIT_MEMORY} ]]; then
You can’t perform that action at this time.
0 commit comments