Skip to content

Commit

Permalink
Increase max heap memory limit
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Jorquera committed Aug 11, 2019
1 parent cc96af9 commit d6d3224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Expand Up @@ -8,7 +8,7 @@ services:
- "discovery.type=single-node"
- "cluster.name=app-search-docker-cluster"
- "bootstrap.memory_lock=true"
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
- "ES_JAVA_OPTS=-Xms512m -Xmx2048m"
ulimits:
memlock:
soft: -1
Expand All @@ -19,6 +19,6 @@ services:
environment:
- "elasticsearch.host=http://elasticsearch:9200"
- "allow_es_settings_modification=true"
- "JAVA_OPTS=-Xmx512m"
- "JAVA_OPTS=-Xmx2048m"
ports:
- 3002:3002

0 comments on commit d6d3224

Please sign in to comment.