-
Notifications
You must be signed in to change notification settings - Fork 220
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
symbolizer: reduce the number of debuginfo copies #5330
symbolizer: reduce the number of debuginfo copies #5330
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this needs a go fmt
as well, otherwise the strategy lgtm
4762250
to
a2198b8
Compare
a2198b8
to
4c37617
Compare
Not sure why CI isn't running on this PR. Can you rebase maybe and see if that re-triggers CI? |
4c37617
to
9c2998f
Compare
Rebased but it's not triggering the CI |
Looks like it's running now! |
One small thing the linter is complaining about, then I think this is ready to merge. |
9c2998f
to
7b9e359
Compare
Seems like Go / Test on arm64 timed out |
Merged, that job is not very reliable and super slow and I don't want to slow this down further since I don't think this is any different for arm64 and x86. |
Check the existence of debuginfo files in the temporary directory to reduce the number of copies on each request, which drives high disk usage and latency.