so just had thebad idea of adding a new pair... MY VPS went nuts on CPU power and crashed
Are you sure the CPU caused the problem?
General infoYou need more than 130MB free memory to start a bot. So I guess you have 512MB RAM in your VPS. 6 bots are to much, I recommend 3-4.
any help?
Solution AStart only one trade pair:
gstart BTC_BTS
It should start. Wait 2-3 min and check the available memory:
free -m
(last column "available")Check how much memory this trade pair uses via 'gl'.
If it is below 100MB and your available memory is above 130MB, start the next trade pair.
Solution BRemove all processes from pm2:
pm2 delete all
Run 'ginit' again but in the last step, select only 2 or 3 trade pairs.
If they start, check your free memory and if you have more than 130MB, run 'ginit' again and select one pair more. The already started pairs should not be affected by that.
(it should work, but I have not tested that case)BK