Replies: 1 comment 3 replies
-
let's see - you run 11 parallel plots, each uses 12 threads, => total 132 threads. CPU might struggle with that? can TEMP location handle that? 11 * 3.6GB = 40GB RAM needed to run that, you have 32GB
only phase-1 uses multithreading at the moment
why bitfield disabled? usually it improves things on old hardware |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I found that my chia plot create command running on my ubuntu server 2004 machine is much slower than windows client. Of course , two machine have exactly the same hardware in ervery aspect. Especially from phase 2. I also found that specified thread allocated to generate chia plots often gets stuck in progress. When I use htop command to list them, i always found some thread gets status "D", and then cpu usage went down dramatically. Please help me to solve my problem. I wonder that whether this is a defect on ubuntu server system only or my own configuation mistake. Thank you.

My command -- "chia plots create -k 32 -e -r 12 -n 1 -t /chia/tmp1 -d /chia/dst1"
Beta Was this translation helpful? Give feedback.
All reactions