Skip to content

Commit

Permalink
Merge pull request #44 from Bab-Al/refactor/37-search
Browse files Browse the repository at this point in the history
fix: JVM 힙 메모리 2GB 제한
  • Loading branch information
alsrudursla authored Nov 12, 2024
2 parents 7c6658a + 70d5a72 commit 7bfa144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ebextensions/02-jvm.config
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
option_settings:
aws:elasticbeanstalk:application:environment:
JAVA_TOOL_OPTIONS: "-Xmx2048m"
JAVA_OPTS: "-Xmx2048m"

0 comments on commit 7bfa144

Please sign in to comment.