Skip to content

Commit

Permalink
Increase elasticsearch RAM in development to 512m
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevan-Y committed Apr 8, 2022
1 parent 85bb5be commit 8d20d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ services:
- '9200:9200'
environment:
# Use the minimum possible RAM in development
- 'ES_JAVA_OPTS=-Xms256m -Xmx256m'
- 'ES_JAVA_OPTS=-Xms512m -Xmx512m'
# We only run a single node
- discovery.type=single-node

Expand Down

0 comments on commit 8d20d0f

Please sign in to comment.