-
Notifications
You must be signed in to change notification settings - Fork 161
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
go build signal: killed #32
Comments
can you post all the error infomation |
Only one msg output to the terminal WHERE can I get more infomation to verify this error? I was run it on one of my VPS , and other golang applications work normally. |
what's your go version & go env |
Still the same msg prompt at last. |
what's your go version & go env. maybe your system not support Go. |
centos 6
It is able to run other Go app. |
I have no idea on this error. never encounter this error before |
Just in case, this happened me few times when memory ran out. Usually when running go build/get in a VM with 512MB or less, or in docker container with limited and low RAM. |
I had the same error in another project and the issue was RAM, as @korya mentioned. Bumping from 512M to 1G fixed the issue. |
yes, It's just the memory problem |
I can confirm increasing RAM fixed it for me too. |
yes ram size too small |
Thanks, I hit the same issue on a macbook with docker-desktop. Increasing memory from 2GB to 8GB worked
|
When I run :
go get -u github.com/astaxie/beego
It will prompt :
go build github.com/astaxie/beego: signal: killed
What should I do ?
The text was updated successfully, but these errors were encountered: