diff --git a/build/docker-compose.performance.yml b/build/docker-compose.performance.yml new file mode 100644 index 0000000..ae29c0b --- /dev/null +++ b/build/docker-compose.performance.yml @@ -0,0 +1,7 @@ +services: + app: + volumes: + - ./profiles:/profiles + environment: + JAVA_TOOL_OPTIONS: >- + -XX:StartFlightRecording=filename=/profiles/app.jfr,settings=profile,dumponexit=true \ No newline at end of file