Harvesting is hanging up (plots passed filter)

No. It’s machine only for farming. Ryzen Pro 4650G, 32GB RAM and OS on SSD should be more then enough for farming.
CPU utilization is about 3% and there’s only 6.3GB RAM used. Chia process is using 500MB RAM.

Did you manage to fix it?, im having the same issue

Same with me I have the same issue.
Anyone fixed it yet?

I did this powershell to check for harvester running every minute

while($true)
{
if((get-process "start_harvester" -ea SilentlyContinue) -eq $Null){ 
        chia start harvester -r					}
else{ "Running"	}
TIMEOUT /T 60
}

Im checking the farming status on my chia dashboard.

I had the same issue, the problem was a faulty drive. Check the Ubuntu log file in /var/log/syslog and syslog1.

I had errors “timing out command, waited 180s” and “I/O error” in specific external HDD.
Because of that every farming was frozen even the forks…