BitShares Forum

Main => General Discussion => Topic started by: bitdraw on July 25, 2014, 08:41:55 am

Title: client on digitalocean vps
Post by: bitdraw on July 25, 2014, 08:41:55 am
im trying to build bitsharesX on a digitalocean vps (ubuntu 14.04)

when running the makefile i get the following error after a while:
Code: [Select]
[ 73%] Building CXX object libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.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-4.8/README.Bugs> for instructions.
make[2]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/chain_database.cpp.o] Error 4
make[1]: *** [libraries/blockchain/CMakeFiles/bts_blockchain.dir/all] Error 2
make: *** [all] Error 2

can anyone help?
what are the system requirements for running a bitsharesX node?
Title: Re: client on digitalocean vps
Post by: puppies on July 25, 2014, 08:53:39 am
How much ram?   If less than 2gb you will need to set up a swapfile.
Title: Re: client on digitalocean vps
Post by: bitdraw on July 25, 2014, 09:26:43 am
How much ram?   If less than 2gb you will need to set up a swapfile.

thx! swapfile did the job