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:
|
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: