Skip to content

Commit

Permalink
increase alloc limits
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Apr 8, 2024
1 parent a7f8599 commit 2754b22
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 @@ -47,10 +47,10 @@ allocs_limit["flame_sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"] =
4_018_252_656
allocs_limit["flame_perf_target_frierson"] = 4_015_547_056
allocs_limit["flame_perf_target_threaded"] = 1_276_864
allocs_limit["flame_perf_target_callbacks"] = 172_032
allocs_limit["flame_perf_target_callbacks"] = 184_448
allocs_limit["flame_perf_gw"] = 3_268_961_856
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 2_770_296
allocs_limit["flame_gpu_implicit_barowave_moist"] = 199_936
allocs_limit["flame_gpu_implicit_barowave_moist"] = 336_378
# 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 2754b22

Please sign in to comment.