Vps test net node unexpect stop (fuel-core tasks stop)

I run a Local Node, it works fine.
but I setup a node on VPS (4core 8GB RAM 160GB SSD)
The VPS Node run about 10-15 minunts, then Fuel-Core task stopped.
I don’t know why, because the Local node works fine.
Wish someone can help me, Thanks.

- Run $ fuelup show and add the output below

I think wen shh disconnect fuel-core takes maybe killed by system

I use screen solve this.

apt install screen
screen -dmS node
screen -r node
fuel-core run …

1 Like