From cbacfab9fb020b27d3fc8c6576d0ec8bea94943b Mon Sep 17 00:00:00 2001 From: Charles Kawczynski Date: Thu, 21 Sep 2023 21:10:15 -0700 Subject: [PATCH] Bump allocation limit --- perf/flame.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/flame.jl b/perf/flame.jl index 2d1d953ba68..c3afb23d9fb 100644 --- a/perf/flame.jl +++ b/perf/flame.jl @@ -54,7 +54,7 @@ allocs = @allocated SciMLBase.step!(integrator) @info "`allocs ($job_id)`: $(allocs)" allocs_limit = Dict() -allocs_limit["flame_perf_target"] = 4256 +allocs_limit["flame_perf_target"] = 7968 allocs_limit["flame_perf_target_tracers"] = 203888 allocs_limit["flame_perf_target_edmfx"] = 274832 allocs_limit["flame_perf_target_diagnostic_edmfx"] = 662032