We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bfa43 commit ca8c0d3Copy full SHA for ca8c0d3
Base/Dockerfile
@@ -195,7 +195,7 @@ ENV SE_BIND_HOST="false" \
195
SE_STRUCTURED_LOGS="false" \
196
SE_ENABLE_TRACING="true" \
197
SE_ENABLE_TLS="false" \
198
- SE_JAVA_OPTS_DEFAULT="-XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/selenium/logs" \
+ SE_JAVA_OPTS_DEFAULT="-XX:UseSVE=0 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/opt/selenium/logs" \
199
SE_JAVA_HEAP_DUMP="false" \
200
SE_JAVA_HTTPCLIENT_VERSION="HTTP_1_1" \
201
SE_JAVA_SSL_TRUST_STORE="/opt/selenium/secrets/server.jks" \
0 commit comments