You are viewing a single comment's thread from:
RE: Steem-in-a-box - Deploy a new seed, witness, or RPC server with a one-liner
@ someguy123
Hi. I tried it out anyways but didn't succeed:
[ 14%] Building CXX object libraries/fc/CMakeFiles/fc.dir/src/thread/task.cpp.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-5/README.Bugs> for instructions.
make[2]: *** [libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o] Error 4
make[2]: *** Waiting for unfinished jobs....
libraries/fc/CMakeFiles/fc.dir/build.make:182: recipe for target 'libraries/fc/CMakeFiles/fc.dir/src/thread/thread.cpp.o' failed
make[1]: *** [libraries/fc/CMakeFiles/fc.dir/all] Error 2
make: *** [all] Error 2
CMakeFiles/Makefile2:380: recipe for target 'libraries/fc/CMakeFiles/fc.dir/all' failed
Makefile:127: recipe for target 'all' failed
The command '/bin/sh -c cd ~/steem && cmake -DCMAKE_BUILD_TYPE=Release . && make -j3 && make install' returned a non-zero code: 2
I will try again from fresh because at first I didn't notice that you have to be root (obviously).
That error means you're out of RAM.
As said in the article, you probably need at least 8GB. I'd also recommend at least 1GB of swap, otherwise when your RAM gets full, things will die instantly.
TNX. OK, I'll ditch all home made VM's and try with some cloud offering like Digital Ocean. Eventually, I'll succeed :)