Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Cleanup integration test setup #711
Conversation
- ES_JAVA_OPTS=-Xms512m -Xmx512m | ||
ports: | ||
- "9200:9200" | ||
mem_limit: 1g |
ProH4Ck
Dec 10, 2019
Contributor
I tried various configuration but the only one working is 4g with ES_JAVA_OPTS=-Xms1g -Xmx1g
Thanks, I'll revert it
… On 10 Dec 2019, at 10.44, Emanuele Curati ***@***.***> wrote:
@ProH4Ck commented on this pull request.
In docker-compose.yml:
> + - "15672:15672"
+ healthcheck:
+ test: [ "CMD", "nc", "-z", "localhost", "5672" ]
+ interval: 1s
+ timeout: 5s
+ retries: 60
+
+ elasticsearch:
+ image: docker.elastic.co/elasticsearch/elasticsearch:6.8.5
+ container_name: elasticsearch-ef
+ environment:
+ - discovery.type=single-node
+ - ES_JAVA_OPTS=-Xms512m -Xmx512m
+ ports:
+ - "9200:9200"
+ mem_limit: 1g
I tried various configuration but the only one working is 4g with ES_JAVA_OPTS=-Xms1g -Xmx1g
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
darn, works on my machine |
No description provided.