Skip to content

Commit

Permalink
Bump allocation limit
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Sep 22, 2023
1 parent cc90930 commit cbacfab
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 @@ -54,7 +54,7 @@ allocs = @allocated SciMLBase.step!(integrator)
@info "`allocs ($job_id)`: $(allocs)"

allocs_limit = Dict()
allocs_limit["flame_perf_target"] = 4256
allocs_limit["flame_perf_target"] = 7968
allocs_limit["flame_perf_target_tracers"] = 203888
allocs_limit["flame_perf_target_edmfx"] = 274832
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 662032
Expand Down

0 comments on commit cbacfab

Please sign in to comment.