Please help Inteli7-8700 CPU PERFORMANCE OPTIMIZE #804
-
ubuntu20.04.2 LTS . Total plot creation time was 9965.78 sec (166.096 min), for the following plotting setting, is it normal speed?? jack@jack-chia1:~/chia-plotter/build$ ./chia_plot -n 1 -r 20 --tmpdir /media/jack/数据/temp1/ --tmpdir2 /media/jack/数据/temp2/ --finaldir /media/jack/8t/ -c xch1ufy36p86jk9cr4nlyqx5z3zvzmm0ccf4us09pjtkp06r3ztj2vhqewx6f3 -f ad49fe2c8b76ee1d300a01b0502184b3e17b6522fd84ff49b3711e60c1afe31666a008f85062b7358d101d09a7323059 Final Directory: /media/jack/8t/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
just check resource usage while plotting, your system memory usage can be more than 16gb, and system starts swapping to the same disk you are plotting, bad idea plotting to system drive with low memory and swap enabled (try using other value for threads (-r) and buckets (-u) to lower memory usage; average 0,5gb of memory used per thread at 512buckets, 1gb per thread at 256buckets, so you should better use "-r 12" and lower for your cpu and 16gb if you use 256 buckets by default) |
Beta Was this translation helpful? Give feedback.
just check resource usage while plotting, your system memory usage can be more than 16gb, and system starts swapping to the same disk you are plotting, bad idea plotting to system drive with low memory and swap enabled (try using other value for threads (-r) and buckets (-u) to lower memory usage; average 0,5gb of memory used per thread at 512buckets, 1gb per thread at 256buckets, so you should better use "-r 12" and lower for your cpu and 16gb if you use 256 buckets by default)
samsung 980 can be a bottleneck too: its announced speed of up to 7000mb/s is only while it's plugged to nvme4.0 and writing to slc cache (114gb announced and lasts up to 170gb), and when cache gets full, drive sp…