You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the -K option is not always applied when running phase 2 in a rewrite cycle (even subphases). restarting the program sometimes helps. I can not clearly catch the cause of this bug.
if the parameter works, then rewriting the tables takes about twice as long as scanning. if the parameter is ignored, then 6 times more. at the same time, in terms of processor load, I observe a significant decrease in employment.
the -K option is not always applied when running phase 2 in a rewrite cycle (even subphases). restarting the program sometimes helps. I can not clearly catch the cause of this bug.
if the parameter works, then rewriting the tables takes about twice as long as scanning. if the parameter is ignored, then 6 times more. at the same time, in terms of processor load, I observe a significant decrease in employment.
Below are examples of launch and logs:
===============================
C:\Users\GMND\AppData\Local\chia-blockchain\app-1.5.0\resources\app.asar.unpacked\daemon\madmax\chia_plot.exe -k 32 -x 8444 -n -1 -r 8 -u 256 -v 256 -K 4 -t D:\TEMP\ -2 R:\ -d D:\CHIA_NFT_PLOTS\FARM_1\ -c XXX -f XXX
==============SLOW=================
[P2] max_table_size = 4294967296
[P2] Table 7 scan took 10.4885 sec
[P2] Table 7 rewrite took 85.6975 sec, dropped 0 entries (0 %)
[P2] Table 6 scan took 24.8612 sec
[P2] Table 6 rewrite took 163.096 sec, dropped 581566470 entries (13.5478 %)
[P2] Table 5 scan took 24.2158 sec
[P2] Table 5 rewrite took 155.927 sec, dropped 762292550 entries (17.7534 %)
[P2] Table 4 scan took 24.3306 sec
[P2] Table 4 rewrite took 153.72 sec, dropped 829137030 entries (19.3073 %)
[P2] Table 3 scan took 23.8456 sec
[P2] Table 3 rewrite took 153.344 sec, dropped 855283939 entries (19.9147 %)
[P2] Table 2 scan took 24.0242 sec
[P2] Table 2 rewrite took 152.228 sec, dropped 865677337 entries (20.156 %)
Phase 2 took 998.292 sec
=============SPEED==================
[P2] max_table_size = 4295026397
[P2] Table 7 scan took 10.5786 sec
[P2] Table 7 rewrite took 27.3296 sec, dropped 0 entries (0 %)
[P2] Table 6 scan took 25.0182 sec
[P2] Table 6 rewrite took 47.7223 sec, dropped 581323905 entries (13.5349 %)
[P2] Table 5 scan took 24.3874 sec
[P2] Table 5 rewrite took 44.4134 sec, dropped 761974286 entries (17.741 %)
[P2] Table 4 scan took 23.8291 sec
[P2] Table 4 rewrite took 43.9112 sec, dropped 828893369 entries (19.2989 %)
[P2] Table 3 scan took 24.3002 sec
[P2] Table 3 rewrite took 43.5669 sec, dropped 855091557 entries (19.9091 %)
[P2] Table 2 scan took 23.9598 sec
[P2] Table 2 rewrite took 45.9016 sec, dropped 865614536 entries (20.154 %)
Phase 2 took 387.812 sec
The text was updated successfully, but these errors were encountered: