From e2f7802cd80a8164ff272052fc84bbae0d29d28e Mon Sep 17 00:00:00 2001 From: RoyceDa Date: Wed, 25 Mar 2026 23:41:56 +0200 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D0=B7=D0=BC=D0=BE=D0=B6=D0=BD?= =?UTF-8?q?=D0=BE=D1=81=D1=82=D1=8C=20=D0=B2=D0=BA=D0=BB=D1=8E=D1=87=D0=B8?= =?UTF-8?q?=D1=82=D1=8C=20=D0=BF=D1=80=D0=BE=D1=84=D0=B0=D0=B9=D0=BB=D0=B5?= =?UTF-8?q?=D1=80=20=D0=BD=D0=B0=20=D1=81=D0=B5=D1=80=D0=B2=D0=B5=D1=80?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/docker-compose.performance.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 build/docker-compose.performance.yml 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