Skip to content

Commit

Permalink
Lower allocation limits
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 21, 2024
1 parent 1267e10 commit 7fd4896
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions perf/flame.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7fd4896

Please sign in to comment.