Hello, so i installed an m.2 ssd on the jetson. Now all the system storage is on the ssd. In fact I have removed the SD card. I set out to configure swap on the ssd. first question:
Is this necessary? since when i run swapon show, I get the following output:
sudo swapon --show
NAME TYPE SIZE USED PRIO
/dev/zram0 partition 647,1M 0B 5
/dev/zram1 partition 647,1M 0B 5
/dev/zram2 partition 647,1M 0B 5
/dev/zram3 partition 647,1M 0B 5
/dev/zram4 partition 647,1M 0B 5
/dev/zram5 partition 647,1M 0B 5
If it indeed is necessary, how much size do you advice i should allocate for it. the ssd is a 500GB Western Digital SSD.
For reference below is the result of df -h
df -h
Filesystem Size Used Avail Use% Mounted on
/dev/nvme0n1p1 458G 14G 426G 4% /
none 3,5G 0 3,5G 0% /dev
tmpfs 3,8G 40K 3,8G 1% /dev/shm
tmpfs 3,8G 31M 3,8G 1% /run
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 3,8G 0 3,8G 0% /sys/fs/cgroup
tmpfs 777M 0 777M 0% /run/user/0
tmpfs 777M 24K 777M 1% /run/user/120
tmpfs 777M 148K 777M 1% /run/user/1000
Thanks