Skip to content

Commit

Permalink
Merge pull request #139 from ruffy91/patch-2
Browse files Browse the repository at this point in the history
Use LS_JAVA_OPTS instead of old LS_HEAP_SIZE
  • Loading branch information
manuasir authored Mar 27, 2019
2 parents 92b2814 + 00faec9 commit 7bd5929
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 @@ -24,7 +24,7 @@ services:
depends_on:
- elasticsearch
environment:
- LS_HEAP_SIZE=2048m
- "LS_JAVA_OPTS=-Xms2g -Xmx2g"
elasticsearch:
image: wazuh/wazuh-elasticsearch:3.8.2_6.5.4
hostname: elasticsearch
Expand Down

0 comments on commit 7bd5929

Please sign in to comment.