diff --git a/playground.Dockerfile b/playground.Dockerfile index 5cb3c02b..bdd65a33 100644 --- a/playground.Dockerfile +++ b/playground.Dockerfile @@ -14,4 +14,4 @@ COPY --from=build ${DEPENDENCY}/BOOT-INF/classes /jifa ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/thread-dump-demo.log /demo/ ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/gc-log-demo.log /demo/ ADD https://raw.githubusercontent.com/wiki/eclipse/jifa/resources/playground/heap-dump-demo.hprof.gz /demo/ -ENTRYPOINT ["java","--add-opens=java.base/java.lang=ALL-UNNAMED","--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED","-Djdk.util.zip.disableZip64ExtraFieldValidation=true","-cp","jifa:jifa/lib/*","org.eclipse.jifa.server.Launcher","--jifa.role=standalone-worker","--jifa.storage-path=/jifa-storage","--jifa.input-files[0]=/demo/thread-dump-demo.log","--jifa.input-files[1]=/demo/gc-log-demo.log","--jifa.input-files[2]=/demo/heap-dump-demo.hprof.gz"] \ No newline at end of file +ENTRYPOINT ["java","--add-opens=java.base/java.lang=ALL-UNNAMED","--add-opens=java.base/java.util.concurrent.atomic=ALL-UNNAMED","-Djdk.util.zip.disableZip64ExtraFieldValidation=true","-Dmat.oql.methodFilter=!*","-cp","jifa:jifa/lib/*","org.eclipse.jifa.server.Launcher","--jifa.role=standalone-worker","--jifa.storage-path=/jifa-storage","--jifa.input-files[0]=/demo/thread-dump-demo.log","--jifa.input-files[1]=/demo/gc-log-demo.log","--jifa.input-files[2]=/demo/heap-dump-demo.hprof.gz"]