From 6e09a6166aeccf138e785e51d9d2e9f3767e23f0 Mon Sep 17 00:00:00 2001 From: Peter-Yu-0402 Date: Mon, 6 May 2024 09:57:25 +0900 Subject: [PATCH] =?UTF-8?q?fix=20:=20jar=20=ED=8C=8C=EC=9D=BC=20=EC=8B=A4?= =?UTF-8?q?=ED=96=89=EC=A1=B0=EA=B1=B4=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 2 +- scripts/start.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 712e4840..f6c2e944 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -17,7 +17,7 @@ - + diff --git a/scripts/start.sh b/scripts/start.sh index 75586f63..84b042e3 100644 --- a/scripts/start.sh +++ b/scripts/start.sh @@ -31,7 +31,7 @@ IDLE_PROFILE=$(find_idle_profile) echo "> $JAR_NAME 를 profile=$IDLE_PROFILE 로 실행합니다." # 쉬고 있던 프로필로 jar파일을 백그라운드 실행 -nohup java -jar \ +nohup java -Xms16m -Xmx2048m -jar \ -Dspring.config.location="classpath:/application.properties, /home/ubuntu/app/step3/zip/application-$IDLE_PROFILE.properties" \ -Dspring.profiles.active=$IDLE_PROFILE \ -Duser.timezone=Asia/Seoul \