From 7c2b737e525fc1155af4b86a5f37790b82f0bb5d Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Wed, 10 Jun 2020 09:52:35 +0800 Subject: [PATCH] 1 --- server/bin/real_start_instance.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/server/bin/real_start_instance.sh b/server/bin/real_start_instance.sh index 05a8c3c..91446ef 100755 --- a/server/bin/real_start_instance.sh +++ b/server/bin/real_start_instance.sh @@ -4,3 +4,4 @@ echo $? >> start.log date >> start.log echo $1 $2 >> start.log +free -m >> start.log