Jetson Nano Swap swap space increases

sudo fallocate -l 3G /var/swapfile

sudo chmod 600 /var/swapfile

sudo mkswap /var/swapfile

sudo swapon /var/swapfile

sudo bash -c 'echo "/var/swapfile swap swap defaults 0 0" >> /etc/fstab'

View the effect and open the terminal input

Swap has become 6g.