Skip to content

Commit

Permalink
Increase allocation limit
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Sep 18, 2024
1 parent 25e2878 commit 26ebfff
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 @@ -47,7 +47,7 @@ allocs_limit["flame_perf_target_threaded"] = 2_306_856
allocs_limit["flame_perf_target_callbacks"] = 1_879_184
allocs_limit["flame_perf_gw"] = 882_938_744
allocs_limit["flame_perf_target_prognostic_edmfx_aquaplanet"] = 2_490_248
allocs_limit["flame_gpu_implicit_barowave_moist"] = 336_378
allocs_limit["flame_gpu_implicit_barowave_moist"] = 2_099_536
# 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 26ebfff

Please sign in to comment.