diff --git a/.idea/compiler.xml b/.idea/compiler.xml
index 712e484..f6c2e94 100644
--- a/.idea/compiler.xml
+++ b/.idea/compiler.xml
@@ -17,7 +17,7 @@
-
+
diff --git a/scripts/start.sh b/scripts/start.sh
index 75586f6..84b042e 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 \