-
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: out of memory while executing make.bash #26523
Comments
A git bisect would be extremely helpful. |
On the side note, it would be cool to have builders automatically report and store with currently absent benchmarking data the memory it took to build the go. |
The Go 1.10.3 release might be from June 6, but it doesn't contain all the changes from Go 1.11. So the window of changes is the entire Go 1.11 development window, except for a few backports. |
Perhaps #26186 is relevant. |
@alevchuk : could you try patching in https://go-review.googlesource.com/c/go/+/125516 and running again? My bet is that it won't help but it's worth trying. |
Hi @alevchuk, could you try @randall77's suggestion and see if that helps ? |
My raspberry pi 2 has a USB disk as a SWAP, which can avoid this issue.
|
Timed out in state WaitingForInfo. Closing. (I am just a bot, though. Please speak up if this is a mistake or you have the requested information.) |
Master (go1.11) build process is using more memory than go1.10.3
I was able to build go1.10.3 (June 6) on ARMv6 with 433 MB of RAM (Raspbery Pi Zero W)
Yet, with the latest checkout of 48c7973 (July 10) the build crashes with
The regression was introduces somewhere in the range from June 6 to July 10.
What version of Go are you using (
go version
)?48c7973 - bad version
go1.10.3 - good version
i was able to re-pro reliably 2 times on each version
Does this issue reproduce with the latest release?
go1.10.3 is the latest release
What operating system and processor architecture are you using (
go env
)?arm
What did you do?
Did building with
./make.bash
What did you expect to see?
build complete
What did you see instead?
see error in screenshot
Build successful on go1.10.3 (June 6)
Build runs out of memory on 48c7973 (July 10)
The text was updated successfully, but these errors were encountered: