Skip to content

Commit 130a21a

Browse files
authored
Disable flight recorder
1 parent bb04cf3 commit 130a21a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

apm-agent-benchmarks/src/main/java/co/elastic/apm/agent/benchmark/AbstractBenchmark.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@
4343
// set value = 0 if you want to debug the benchmarks
4444
@Fork(value = 1, jvmArgsAppend = {
4545
"-Xmx1g",
46-
"-Xms1g",
46+
"-Xms1g"/*,
4747
"-XX:+UnlockDiagnosticVMOptions",
4848
"-XX:+DebugNonSafepoints",
4949
"-XX:+FlightRecorder",
5050
"-XX:StartFlightRecording=disk=true," +
5151
"dumponexit=true," +
5252
"filename=./recording.jfr," +
53-
"settings=profile"
53+
"settings=profile"*/
5454
})
5555
public abstract class AbstractBenchmark {
5656

0 commit comments

Comments
 (0)