From 3a5d66aebc44c91570588b7eab04e6f897f8c1da Mon Sep 17 00:00:00 2001 From: MinJunKKang Date: Tue, 19 Aug 2025 02:20:54 +0900 Subject: [PATCH] =?UTF-8?q?=ED=9E=99=20=EB=A9=94=EB=AA=A8=EB=A6=AC=20?= =?UTF-8?q?=EB=8D=94=20=EB=8A=98=EB=A0=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .ebextensions_dev/01-env.config | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.ebextensions_dev/01-env.config b/.ebextensions_dev/01-env.config index 851677d..3af3e06 100644 --- a/.ebextensions_dev/01-env.config +++ b/.ebextensions_dev/01-env.config @@ -1,9 +1,10 @@ option_settings: aws:elasticbeanstalk:application:environment: JAVA_TOOL_OPTIONS: >- - -Xms512m -Xmx512m + -Xms1024m -Xmx1024m -XX:+UseG1GC -XX:MaxGCPauseMillis=200 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/var/log/heapdump.hprof -XX:+ExitOnOutOfMemoryError - -Dexcel.permits=2 + -XX:+UseStringDeduplication + -Dexcel.permits=1 SERVER_TOMCAT_THREADS_MAX: "50" \ No newline at end of file