Skip to content

Commit

Permalink
Avoid Out of memory exception when Java process size reaches mem_limit
Browse files Browse the repository at this point in the history
  • Loading branch information
romanstrobl committed Jan 5, 2022
1 parent 61e63d3 commit 96eb337
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Java options
POWERAUTH_JAVA_OPTS=-Xmx500m
POWERAUTH_JAVA_OPTS=-Xmx450m

# Memory settings
JAVA_PROCESS_MEMORY_LIMIT=524288000
Expand Down

0 comments on commit 96eb337

Please sign in to comment.