Running the Node
After deployment there is a service created and enabled at boot time: etny-vagrant.service
This service starts/stops a qemu VM with the following resources allocated:
- 2 CPU
- 2 GB Memory
- Minimum 128 GB SSD Storage (Recommended SSD 256GB)
To start the node run:
sudo systemctl start etny-vagrant
To stop the node run:
sudo systemctl stop etny-vagrant
Last modified 6mo ago