/mnt/ram dir is create like this:
mkdir -p /mnt/ram
sudo mount -t tmpfs -o size=120G tmpfs /mnt/ram
admin_@admin:~/chia-plotter/build$ ./p_2_disk4_withram.sh
Multi-threaded pipelined Chia k32 plotter - 06ebeb1
Final Directory: /media/admin/HYY4/
Number of Plots: infinite
Crafting plot 1 out of -1
Process ID: 446358
Number of Threads: 8
Number of Buckets: 2^7 (128)
Pool Public Key: redacted
Farmer Public Key: redacted
Working Directory: /mnt/ram/
Working Directory 2: /mnt/ram/
Plot Name: plot-k32-2021-06-14-22-50-redacted
[P1] Table 1 took 199.545 sec
[P1] Table 2 took 875.755 sec, found 4295007508 matches
terminate called after throwing an instance of 'std::runtime_error'
what(): thread failed with: thread failed with: thread failed with: thread failed with: fwrite() failed
My plot cmd like this:
!/bin/bash
/mnt/ram dir is create like this: mkdir -p /mnt/ram sudo mount -t tmpfs -o size=120G tmpfs /mnt/ram
admin_@admin:~/chia-plotter/build$ ./p_2_disk4_withram.sh Multi-threaded pipelined Chia k32 plotter - 06ebeb1 Final Directory: /media/admin/HYY4/ Number of Plots: infinite Crafting plot 1 out of -1 Process ID: 446358 Number of Threads: 8 Number of Buckets: 2^7 (128) Pool Public Key: redacted Farmer Public Key: redacted Working Directory: /mnt/ram/ Working Directory 2: /mnt/ram/ Plot Name: plot-k32-2021-06-14-22-50-redacted [P1] Table 1 took 199.545 sec [P1] Table 2 took 875.755 sec, found 4295007508 matches terminate called after throwing an instance of 'std::runtime_error' what(): thread failed with: thread failed with: thread failed with: thread failed with: fwrite() failed