-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Aim allocation monitoring at perf targets #836
Conversation
5ab9798
to
bfd2740
Compare
I think we need to fix code loading before we can do this--using I fixed this by reducing the resolution, which is fine since we're really mostly interested in the lines of code. |
5ede0e2
to
43fbda8
Compare
bors r+ |
836: Aim allocation monitoring at perf targets r=charleskawczynski a=charleskawczynski This PR aims our allocation monitoring, at the performance targets, so that we get finer granularity of allocations across more functions. Co-authored-by: Charles Kawczynski <[email protected]>
Build failed: |
bors r+ |
836: Aim allocation monitoring at perf targets r=charleskawczynski a=charleskawczynski This PR aims our allocation monitoring, at the performance targets, so that we get finer granularity of allocations across more functions. Co-authored-by: Charles Kawczynski <[email protected]>
Build failed: |
Remove threaded allocation table Increase mem alloc limits Increase mem request
421e25f
to
a9ed19a
Compare
bors r+ |
Build succeeded: |
This PR aims our allocation monitoring, at the performance targets, so that we get finer granularity of allocations across more functions.