Skip to content

Commit d0daff9

Browse files
committed
remove jvm tuning
Signed-off-by: Lior Sventitzky <liorsve@amazon.com>
1 parent 57a3e87 commit d0daff9

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/benchmark_orchestrator.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1129,8 +1129,6 @@ def run_benchmark(self, output_metrics: Path) -> subprocess.Popen:
11291129
"taskset", "-c", self.benchmark_cores,
11301130
"java",
11311131
"-XX:+EnableDynamicAgentLoading", # Allow async-profiler to attach
1132-
"-Xms4g", "-Xmx4g", # Fixed heap size to avoid resize pauses
1133-
"-XX:+AlwaysPreTouch", # Pre-fault heap pages at startup
11341132
"-jar", str(self.java_jar),
11351133
"--server", server,
11361134
"--driver", str(self.driver_config_path),

0 commit comments

Comments
 (0)