Skip to content

Commit

Permalink
Bump allocation limit
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Jan 31, 2024
1 parent 1ed5b34 commit 8b4b2ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf/flame.jl
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ allocs_limit["flame_perf_target_threaded"] = 1_276_864
allocs_limit["flame_perf_target_callbacks"] = 386_584
allocs_limit["flame_perf_gw"] = 3_268_961_856
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 445_664
allocs_limit["flame_gpu_implicit_barowave_moist"] = 4169216
allocs_limit["flame_gpu_implicit_barowave_moist"] = 4178384
# 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 8b4b2ef

Please sign in to comment.