Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elasticsearch demos should set Java VM heap size #3

Open
w0pr opened this issue Oct 26, 2018 · 0 comments
Open

elasticsearch demos should set Java VM heap size #3

w0pr opened this issue Oct 26, 2018 · 0 comments

Comments

@w0pr
Copy link

w0pr commented Oct 26, 2018

Docker files v3.yml and v4 yml should include the following line in elasticsearch service:

- "ES_JAVA_OPTS=-Xms512m -Xmx512m"

elasticsearch:
   image: sixeyed/elasticsearch:5.6.11-nanoserver-sac2016
   environment:
     - "ES_JAVA_OPTS=-Xms512m -Xmx512m"
   networks:
     - app-net
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant