Skip to content
Snippets Groups Projects
Commit f3ca3cb5 authored by Johannes Mey's avatar Johannes Mey
Browse files

update the flight recorder settings to java 9

parent d479cc13
No related branches found
No related tags found
No related merge requests found
...@@ -39,7 +39,7 @@ public class BenchmarkRunner { ...@@ -39,7 +39,7 @@ public class BenchmarkRunner {
configPath); configPath);
final String javaCommand = String.format("java -Xms%s -Xmx%s -server -Xverify:none -jar %s %s", ec.getXms(), ec.getXmx(), jarPath, configPath); final String javaCommand = String.format("java -Xms%s -Xmx%s -server -Xverify:none -jar %s %s", ec.getXms(), ec.getXmx(), jarPath, configPath);
// final String javaCommand = String.format("java -Xms%s -Xmx%s -server -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=settings=profiling-expensive -XX:FlightRecorderOptions=defaultrecording=true,dumponexit=true,dumponexitpath=. -Xverify:none -jar %s %s", ec.getXms(), ec.getXmx(), jarPath, configPath); // final String javaCommand = String.format("java -Xms%s -Xmx%s -server -XX:+UnlockCommercialFeatures -XX:+FlightRecorder -XX:StartFlightRecording=dumponexit=true -Xverify:none -jar %s %s", ec.getXms(), ec.getXmx(), jarPath, configPath);
final CommandLine cmdLine = CommandLine.parse(javaCommand); final CommandLine cmdLine = CommandLine.parse(javaCommand);
final long timeoutInSeconds = bc.getConfigBase().getTimeout(); final long timeoutInSeconds = bc.getConfigBase().getTimeout();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment