Skip to content

Commit

Permalink
increase alloc limits (edmf, diagnostic edmfx)
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Aug 31, 2023
1 parent 136fbad commit 15be21e
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 @@ -57,8 +57,8 @@ allocs_limit = Dict()
allocs_limit["flame_perf_target"] = 4384
allocs_limit["flame_perf_target_tracers"] = 204016
allocs_limit["flame_perf_target_edmfx"] = 298688
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 663952
allocs_limit["flame_perf_target_edmf"] = 8270517072
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 664336
allocs_limit["flame_perf_target_edmf"] = 8282903376
allocs_limit["flame_perf_target_threaded"] = 6175664
allocs_limit["flame_perf_target_callbacks"] = 49850536
allocs_limit["flame_perf_gw"] = 4937136096
Expand Down

0 comments on commit 15be21e

Please sign in to comment.