Skip to content

Commit

Permalink
Increase JVM memory allocation pool size.
Browse files Browse the repository at this point in the history
  • Loading branch information
accolon authored Oct 13, 2023
1 parent bd67155 commit 2b54892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
- cluster.name=parsedmarc
- discovery.type=single-node
- bootstrap.memory_lock=true
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "ES_JAVA_OPTS=-Xms1g -Xmx1g"
- xpack.security.enabled=false # required to prevent warnings in kibana dashboard. Security is not required as we're only operating docker-internally
ulimits:
memlock:
Expand Down

0 comments on commit 2b54892

Please sign in to comment.