MrPig91 / PSChiaPlotter

A repo for powershell module that helps Chia Plotting
MIT License
181 stars 47 forks source link

No more than 9 jobs starts #67

Closed OhNOherewegoagain closed 3 years ago

OhNOherewegoagain commented 3 years ago

I listed 3 final drives and 3 temp drives 1tb each, so my setting were 144 total plots, 12 plots in parralel, delay 35min, RAM 4000, and 8 threads each(may be i dont need that much). The problem is that after the 8th queue was running for 1:35min no more queues were started, some time later i check and finally the 9th job has started. but now 12 hours has passed and the queues 10, 11, 12 are listed as running in "Jobs queues" but in Queued Plots they are not listed.

MrPig91 commented 3 years ago

Sorry about this, I put the max number of runspaces at 10 during my testing, but meant to change to be dynamically assigned based on processor count. This will be fixed in the next release.

Lc001tr commented 3 years ago

Please if you put a limitter (cpu ram etc) put also bypass button for it. On servers like 2019 Cpu's are not workıng like you aspect and you shouldn't limit that way for better production. Waiting with hurry :=)

OhNOherewegoagain commented 3 years ago

So theoretically if i spawn two jobs with 6 queues each it should work? or is it the total number of plots parallel that is limited?

MrPig91 commented 3 years ago

I have fixed the hard coded limit on runspaces so you should not be limited to the number of queues you have. I am sorry that I missed that on initial release. I have also added some other features, and removed the limit on the RAM. Please open up a new issue is new problems arise from this release. I really changed more than I should in one release but there was a lot of feedback that I wanted to address.