Skip to content
This repository has been archived by the owner on Jul 10, 2023. It is now read-only.

Commit

Permalink
Change es memory config for test
Browse files Browse the repository at this point in the history
  • Loading branch information
default-usr committed Jun 13, 2019
1 parent ea87679 commit 34b8301
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:

- image: docker.elastic.co/elasticsearch/elasticsearch-oss:6.2.4
environment:
- discovery.type=single-node
- "ES_JAVA_OPTS=-Xms64m -Xmx64m"
- discovery.type: single-node
- ES_JAVA_OPTS: "-Xms750m -Xmx750m"
ports:
- "127.0.0.1:9200:9200"

Expand Down

0 comments on commit 34b8301

Please sign in to comment.