You are viewing a single comment's thread from:

RE: Mining STEEM For Dummies

in #steemhelp9 years ago

If you're using Digital Ocean and you're seeing messages like:

g++: internal compiler error: Killed (program cc1plus)

Here's a simple fix:

sudo dd if=/dev/zero of=/var/swap.img bs=1024k count=1000
sudo mkswap /var/swap.img
sudo swapon /var/swap.img