File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ LABEL maintainer="Arcade Data LTD (info@arcadedb.com)"
2121
2222ENV JAVA_OPTS=" "
2323
24- ENV JAVA_OPTS_SCRIPT="--add-opens java.base/java.io=ALL-UNNAMED -Dpolyglot.engine.WarnInterpreterOnly=false -Djna.nosys=true -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true -Dfile.encoding=UTF8"
24+ ENV JAVA_OPTS_SCRIPT="--add-opens java.base/java.io=ALL-UNNAMED --add-exports java.management/sun.management=ALL-UNNAMED - Dpolyglot.engine.WarnInterpreterOnly=false -Djna.nosys=true -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true -Dfile.encoding=UTF8"
2525
2626ENV ARCADEDB_OPTS_MEMORY="-Xms2G -Xmx2G"
2727
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ LABEL maintainer="Arcade Data LTD (info@arcadedb.com)"
2727
2828ENV JAVA_OPTS=" "
2929
30- ENV JAVA_OPTS_SCRIPT="--add-opens java.base/java.io=ALL-UNNAMED -Dpolyglot.engine.WarnInterpreterOnly=false -Djna.nosys=true -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true -Dfile.encoding=UTF8"
30+ ENV JAVA_OPTS_SCRIPT="--add-opens java.base/java.io=ALL-UNNAMED --add-exports java.management/sun.management=ALL-UNNAMED - Dpolyglot.engine.WarnInterpreterOnly=false -Djna.nosys=true -XX:+HeapDumpOnOutOfMemoryError -Djava.awt.headless=true -Dfile.encoding=UTF8"
3131
3232ENV ARCADEDB_OPTS_MEMORY="-Xms2G -Xmx2G"
3333
You can’t perform that action at this time.
0 commit comments