Возможность включить профайлер на сервере
This commit is contained in:
7
build/docker-compose.performance.yml
Normal file
7
build/docker-compose.performance.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
services:
|
||||
app:
|
||||
volumes:
|
||||
- ./profiles:/profiles
|
||||
environment:
|
||||
JAVA_TOOL_OPTIONS: >-
|
||||
-XX:StartFlightRecording=filename=/profiles/app.jfr,settings=profile,dumponexit=true
|
||||
Reference in New Issue
Block a user