[BUG]Plot always crash at 68% (bucket 57) #7406
Replies: 6 comments 1 reply
-
around 68% sounds like you are into phase3, where memory usage is topping - are you potentially running out of memory ? |
Beta Was this translation helpful? Give feedback.
-
I make new polo in 1.2.2 and it work 100%. I think the bug is dead. |
Beta Was this translation helpful? Give feedback.
-
I partied too early. It's stopping again. Now at 78% (bucket 79). Bucket 77 uniform sort. Ram: 4.850GiB, u_sort min: 1.250GiB, qs min: 0.313GiB. |
Beta Was this translation helpful? Give feedback.
-
Try reducing the RAM settings. The RAM setting is used to determine how large of a chunk would be sorted via uniform sort (done in-memory). Any chunk larger than that is sorted using quicksort (on disk). The on-disk sort is twice as slow as in-memory, but there's no beating having to restart the plotting because it crashed with a memory error. You can also consider plotting with MadMax instead. |
Beta Was this translation helpful? Give feedback.
-
I reduce the RAM memory and make in other Disk, now stop at 68% I only use MadMAx on the PC, I don't found a easy way to use MadMAx in the MAC. Do you now how? Bucket 73 uniform sort. Ram: 7.753GiB, u_sort min: 1.250GiB, qs min: 0.313GiB. |
Beta Was this translation helpful? Give feedback.
-
Once I've had the same failure and it ended up being a hardware malfunction. First I blamed the nvme, changed it, the freeze recurred, always at some point in phase 3. It was the motherboard. Something in the PCIe bus was broken. I'd try the standard plotter with default mem/thread settings as a confirmation test. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Plot always crash at 68% (bucket 57)
I'm in Chia 1.2.0, plotting for a pool. I'm using a Mac mini Intel withMacOs 10.15.7
I tried several plots all blocked.
I'm also using a PC with the same wallet and it works, everything OK on the PC.
Beta Was this translation helpful? Give feedback.
All reactions