Skip to content

Commit

Permalink
Update allocation limits
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Feb 12, 2024
1 parent c66b266 commit 50c75bf
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"] = 394_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"] = 4_178_384
allocs_limit["flame_gpu_implicit_barowave_moist"] = 4300000
# 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 50c75bf

Please sign in to comment.