From 7fd489689c406e8094a1c96fdf6fc2ab929e804c Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Thu, 21 Mar 2024 12:26:27 -0700 Subject: [PATCH] Lower allocation limits --- perf/flame.jl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perf/flame.jl b/perf/flame.jl index 936b3fae48e..4384755cf36 100644 --- a/perf/flame.jl +++ b/perf/flame.jl @@ -41,7 +41,7 @@ allocs_limit = Dict() allocs_limit["flame_perf_target"] = 278_360 allocs_limit["flame_perf_target_tracers"] = 308_336 allocs_limit["flame_perf_target_edmfx"] = 7_005_552 -allocs_limit["flame_perf_diagnostics"] = 20_596_072 +allocs_limit["flame_perf_diagnostics"] = 10_876_900 allocs_limit["flame_perf_target_diagnostic_edmfx"] = 412_056 allocs_limit["flame_sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"] = 4_018_252_656 @@ -50,7 +50,7 @@ allocs_limit["flame_perf_target_threaded"] = 1_276_864 allocs_limit["flame_perf_target_callbacks"] = 398_984 allocs_limit["flame_perf_gw"] = 3_268_961_856 allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 299_616 -allocs_limit["flame_gpu_implicit_barowave_moist"] = 658_664 +allocs_limit["flame_gpu_implicit_barowave_moist"] = 252_300 # Ideally, we would like to track all the allocations, but this becomes too # expensive there is too many of them. Here, we set the default sample rate to # 1, but lower it to a smaller value when we expect the job to produce lots of