We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b080e77 commit c58e673Copy full SHA for c58e673
.github/workflows/ci.yml
@@ -35,11 +35,15 @@ jobs:
35
env:
36
discovery.type: single-node
37
plugins.security.disabled: true
38
+ OPENSEARCH_JAVA_OPTS: -Xms512m -Xmx512m
39
+ DISABLE_INSTALL_DEMO_CONFIG: true
40
opensearch2:
41
image: opensearchproject/opensearch:2.13.0
42
43
44
45
46
47
OPENSEARCH_INITIAL_ADMIN_PASSWORD: temba
48
49
steps:
0 commit comments