Skip to content

Commit

Permalink
replace ES_JAVA_OPTS env with valid OPENSEARCH_JAVA_OPTS env
Browse files Browse the repository at this point in the history
  • Loading branch information
sotojn committed Dec 16, 2024
1 parent c9dcec0 commit 23a4595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/scripts/src/helpers/test-runner/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ const services: Readonly<Record<Service, Readonly<DockerRunOptions>>> = {
? ['/usr/share/opensearch/data:uid=1000,gid=1000']
: undefined,
env: {
ES_JAVA_OPTS: config.SERVICE_HEAP_OPTS,
OPENSEARCH_JAVA_OPTS: config.SERVICE_HEAP_OPTS,
'network.host': '0.0.0.0',
'http.port': config.OPENSEARCH_PORT,
'discovery.type': 'single-node',
Expand Down

0 comments on commit 23a4595

Please sign in to comment.