Skip to content

Commit 9a544f2

Browse files
authored
Merge pull request #73 from nyaruka/fix-os2
Fix OpenSearch env variables
2 parents c328726 + 3f89434 commit 9a544f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,15 @@ jobs:
3535
env:
3636
discovery.type: single-node
3737
plugins.security.disabled: true
38+
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
39+
DISABLE_INSTALL_DEMO_CONFIG: true
3840
opensearch2:
3941
image: opensearchproject/opensearch:2.13.0
4042
env:
4143
discovery.type: single-node
4244
plugins.security.disabled: true
45+
OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
46+
DISABLE_INSTALL_DEMO_CONFIG: true
4347
OPENSEARCH_INITIAL_ADMIN_PASSWORD: temba
4448

4549
steps:

0 commit comments

Comments
 (0)