Skip to content

Commit c58e673

Browse files
committed
Fix OpenSearch env variables
1 parent b080e77 commit c58e673

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
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)