Skip to content

Commit

Permalink
Increase flame gw allocation by 0.4%
Browse files Browse the repository at this point in the history
  • Loading branch information
Sbozzolo committed Oct 26, 2023
1 parent 5c485b8 commit e5e89c6
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 @@ -66,7 +66,7 @@ allocs_limit["flame_perf_diagnostics"] = 3016328
allocs_limit["flame_perf_target_diagnostic_edmfx"] = 920960
allocs_limit["flame_perf_target_threaded"] = 5857808
allocs_limit["flame_perf_target_callbacks"] = 46407936
allocs_limit["flame_perf_gw"] = 4844555632
allocs_limit["flame_perf_gw"] = 4865410800

if allocs < allocs_limit[job_id] * buffer
@info "TODO: lower `allocs_limit[$job_id]` to: $(allocs)"
Expand Down

0 comments on commit e5e89c6

Please sign in to comment.