Skip to content

Commit 2754b22

Browse files
committed
increase alloc limits
1 parent a7f8599 commit 2754b22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

perf/flame.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ allocs_limit["flame_sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"] =
4747
4_018_252_656
4848
allocs_limit["flame_perf_target_frierson"] = 4_015_547_056
4949
allocs_limit["flame_perf_target_threaded"] = 1_276_864
50-
allocs_limit["flame_perf_target_callbacks"] = 172_032
50+
allocs_limit["flame_perf_target_callbacks"] = 184_448
5151
allocs_limit["flame_perf_gw"] = 3_268_961_856
5252
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 2_770_296
53-
allocs_limit["flame_gpu_implicit_barowave_moist"] = 199_936
53+
allocs_limit["flame_gpu_implicit_barowave_moist"] = 336_378
5454
# Ideally, we would like to track all the allocations, but this becomes too
5555
# expensive there is too many of them. Here, we set the default sample rate to
5656
# 1, but lower it to a smaller value when we expect the job to produce lots of

0 commit comments

Comments
 (0)