From e5e89c6b6ffecae38d25428cdca090037f083497 Mon Sep 17 00:00:00 2001 From: Gabriele Bozzola Date: Thu, 26 Oct 2023 12:16:26 -0700 Subject: [PATCH] Increase flame gw allocation by 0.4% --- perf/flame.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/flame.jl b/perf/flame.jl index efb061961f9..8760dc22a64 100644 --- a/perf/flame.jl +++ b/perf/flame.jl @@ -66,7 +66,7 @@ allocs_limit["flame_perf_diagnostics"] = 3016328 allocs_limit["flame_perf_target_diagnostic_edmfx"] = 920960 allocs_limit["flame_perf_target_threaded"] = 5857808 allocs_limit["flame_perf_target_callbacks"] = 46407936 -allocs_limit["flame_perf_gw"] = 4844555632 +allocs_limit["flame_perf_gw"] = 4865410800 if allocs < allocs_limit[job_id] * buffer @info "TODO: lower `allocs_limit[$job_id]` to: $(allocs)"