I'm trying to build Go on Ubuntu Server with 512 MB RAM but out of luck.
It's getting killed by OOM killer everytime I run ./all.bash.

...
bootstrap/compile/internal/big
bootstrap/compile/internal/ssa
bootstrap/internal/gcprog
bootstrap/compile/internal/gc
go build bootstrap/compile/internal/gc: /home/user/go1.4/pkg/tool/
linux_amd64/6g: signal: killed
bootstrap/link/internal/ld
bootstrap/link/internal/amd64
bootstrap/link/internal/arm
bootstrap/link/internal/arm64
bootstrap/link/internal/mips64
bootstrap/link/internal/ppc64
bootstrap/link/internal/s390x
bootstrap/link/internal/x86
bootstrap/link
go tool dist: FAILED: /home/user/go1.4/bin/go install -gcflags=-l -v 
bootstrap/...: exit status 1

I'm using Go 1.4.3 for bootstrap. I also tried to execute it as `GOGC=10 
./all.bash` or `GOGC=off ./all.bash` but no avail.

Can I get it working on low-end machine somehow? And what's minimal system 
req. to build Go?

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to