Skip to content

Commit 13bab6d

Browse files
committed
fix: undo change to compose
1 parent 267d40a commit 13bab6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ services:
179179
- OPENSEARCH_INITIAL_ADMIN_PASSWORD=${OPENSEARCH_PASSWORD}
180180
- plugins.security.disabled=true
181181
- discovery.type=single-node
182-
- "_JAVA_OPTIONS=-Xms2g -Xmx2g"
182+
- "_JAVA_OPTIONS=-Xms2g -Xmx2g -XX:UseSVE=0"
183183
ports:
184184
- 9200:9200 # REST API
185185
- 9600:9600 # Performance Analyzer

0 commit comments

Comments
 (0)