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

Doesn't work on Mac OOTB (solution provided) #1

Open
Marx2 opened this issue Jan 15, 2020 · 1 comment
Open

Doesn't work on Mac OOTB (solution provided) #1

Marx2 opened this issue Jan 15, 2020 · 1 comment

Comments

@Marx2
Copy link

Marx2 commented Jan 15, 2020

To make example working on Mac I had to add memory setting to elastic search:
- "ES_JAVA_OPTS=-Xms512m -Xmx512m"
Solution based on:
elastic/elasticsearch-docker#22

@devfcr
Copy link

devfcr commented Apr 8, 2020

Yes, as Marx2 said, adding the memory setting to the docker-compose configuration for the elasticsearch docker container solved the issue:
elasticsearch: image: docker.elastic.co/elasticsearch/elasticsearch:7.2.0 ports: - "9200:9200" environment: - "discovery.type=single-node" - "ES_JAVA_OPTS=-Xms512m -Xmx512m" volumes: - ./elasticsearch/data:/usr/share/elasticsearch/data:rw # Persistence data

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

2 participants