-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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: windows-amd64-race builder fails with errno=1455 #22553
Comments
The Windows builders are GCE VMs of size n1-highcpu-4, which is 3.6 GB of RAM. I'm more interested in knowing why Go now needs more than ~3 GB of RAM to compile. |
I do not know. Note that this is only -race builder. Also I just submitted CL 74490 that fixed the problem where each thread used 2MB instead of 2KB of memory. But I don't see how this CL might help in scenarios I reported. Alex |
This has been happening occasionally since August:
|
hello this is showing on the github actions hosted runner: https://github.com/benitogf/level/pull/3/checks?check_run_id=2780549553#step:7:32 I tried using https://github.com/marketplace/actions/configure-pagefile to increase the pagefile but it doesn't solve the issue |
I noticed some failures on windows-amd64-race builder:
https://build.golang.org/log/51b118b069de539851ff1cc07769de863bf47797
and
https://build.golang.org/log/f73793faa51acd4b45e9ef88a18e462a4913448c
1455 is ERROR_COMMITMENT_LIMIT "The paging file is too small for this operation to complete."
Perhaps we just need to make builders page file larger or give PC more memory or something.
Alex
The text was updated successfully, but these errors were encountered: