Ihanda ang Operating System
PreviousValidator Key GenerationNextMag-set up at i-configure ang execution layer client (Nethermind)
Last updated
Last updated
sudo timedatectl set-ntp onRAM Swap Size
8GB 3GB
12GB 3GB
16GB 4GB
24GB 5GB
32GB 6GB
64GB 8GB
128GB 11GBsudo fallocate -l 6G /swapfile
sudo chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfilesudo cp /etc/fstab /etc/fstab.bak
echo '/swapfile none swap sw 0 0' | sudo tee -a /etc/fstab
sudo sysctl vm.swappiness=10
sudo sysctl vm.vfs_cache_pressure=50
sudo nano /etc/sysctl.confvm.swappiness=10
vm.vfs_cache_pressure=50htop
free -h