Using a Ramdisk can speed up plotting.
NOTE: This requires at least 256GB of RAM available.
mkdir /mnt/ramdisk mount -t tmpfs -o rw,size=240G tmpfs /mnt/ramdisk
NOTE: This mounts a ramdisk with 240GB under the path /mnt/ramdisk.
See: https://manpages.debian.org/buster/initscripts/tmpfs.5.en.html
Verify that the RAMDISK has been created.
df -h
Edit /etc/fstab, and add the following line to the the end of the file.
tmpfs /mnt/ramdisk tmpfs rw,size=240G 0 0
Creates a new plot.
chia plots create -k 32 -r 6 -n 1 -t /mnt/ramdisk -2 /home/peter-chia-temp -d /home/peter-chia
NOTE: