RE: Mining STEEM on AWS (Free Tier)

You are viewing a single comment's thread from:

Mining STEEM on AWS (Free Tier)

in steemhelp •  8 years ago 

No problem. The AWS t2.micro is a low memory instance. In order to compile the software from source, we require virtual memory from the storage partition. This is what the swap commands are doing. Once you finish compiling the source files, you can turn off the swap file by running the following two commands:

sudo swapoff /swapfile

sudo rm /swapfile

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!