-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime/pprof: -short tests fails with "cannot map pages in arena address space" on windows/386 #10559
Labels
Milestone
Comments
Perhaps related, #10555 is about the same failure on nacl/386.
The reason is most probably the GC pacing change somehow
made runtime/pprof to use more memory and the OS can't
return more memory in the arena space.
|
git bisect says:
|
OK, both issues are broken by the same commit.
|
Quite possibly related to #10556, since an overflow in next_gc will effectively disable GC and let the heap grow arbitrarily. |
Yes, it is fixed. Thank you @aclements. Alex |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: