MrPig91 / PSChiaPlotter

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

[BUG] Queued Jobs Incorrectly Showing Waiting on Temp Space #201

Open warrengalyen opened 2 years ago

warrengalyen commented 2 years ago

I have two 1 TB temp drives, so when I queue jobs I do 3 at a time for each drive. Occasionally one of the drives will only queue 2 at a time thinking there is not enough free space. When I check the temp drive it has over 500GB free. Manually quitting all the job queues and adding new ones does not resolve the problem as it will show the same status of "Waiting on Temp Space". The only way to fix it is either close the GUI or wait for all the queued plots to finished and start new job queues. Neither of these are a viable solution as I lose valuable plot time.

warrengalyen commented 2 years ago

I also noticed that the # of Runs in incorrect in the this screenshot. It's showing 4 for drive D: but I'm only currently running 3. I was able to force the queue to start by use the "Ignore MaxParallel" option.

image