-
Notifications
You must be signed in to change notification settings - Fork 18k
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: allow arenas larger than 16 GB #2385
Labels
Comments
Sorry, can't help you here. I don't have PC with that much memory even to check your program properly. Your program crashes while allocating 17GB array. It fails with message: throw: runtime: cannot map pages in arena address space Looking close I can see Windows VirtualAlloc function fails trying to commit 17GB of earlier reserved memory (MEM_COMMIT). The error message I get is ERROR_PATH_NOT_FOUND - not sure what that means. Your program won't even compile for GOARCH=386: memconsumer.go:25: type [17000]Item larger than address space Perhaps, other will help. Alex Owner changed to @alexbrainman. Status changed to HelpWanted. |
Owner changed to builder@golang.org. |
Status changed to Duplicate. Merged into issue #2142. |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
by seanerussell:
Attachments:
The text was updated successfully, but these errors were encountered: