From 950927926dc4e96d849b0858833f8c5c788590d5 Mon Sep 17 00:00:00 2001 From: lizw <1183409807@qq.com> Date: Mon, 25 Apr 2022 16:57:15 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E5=AD=98=E9=99=90=E5=88=B6=204G?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yxt-yn/pre-deploy-wms8.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yxt-yn/pre-deploy-wms8.sh b/yxt-yn/pre-deploy-wms8.sh index 2001716..ec8a2b3 100644 --- a/yxt-yn/pre-deploy-wms8.sh +++ b/yxt-yn/pre-deploy-wms8.sh @@ -154,7 +154,7 @@ cmd=$1 profiles=${2:-"pre-yn"} #------------------------------------------------------------------- -JAVA_MEM_OPTS=" -DappName=${serverName} -server -Xmx16g -Xms16g" +JAVA_MEM_OPTS=" -DappName=${serverName} -server -Xmx4g -Xms4g" DATABASE_OPTS=" -Ddatabase.codeset=ISO-8859-1 -Ddatabase.logging=false" JAVA_OPTS_EXT=" -Djava.awt.headless=true -Djava.net.preferIPv4Stack=true -Dapplication.codeset=UTF-8 -Dfile.encoding=UTF-8 -Duser.timezone=Asia/Shanghai" #-------------------------------------------------------------------