After consulting with the AI, I ended up with this app_config.xml:
Code: Alles auswählen
<app_config>
<project_max_concurrent>8</project_max_concurrent>
<app>
<name>ecmP2-20G</name>
<max_concurrent>1</max_concurrent>
<!-- Prevents BOINC from downloading new ecmP2-20G tasks if one is already running or waiting -->
<donotrequesttasks/>
</app>
</app_config>
project_max_concurrent = max CPU threads
And after I increased the task inventory limit to 5 days, downloading other tasks started. But only 8 at a time are present.
I think the problem is caused by the following. The preliminary estimated calculation time shown by boinc for ECM tasks is over 3 days, and for 20GB ECM tasks, over 14 days. The boinc algorithm, "afraid" of exceeding the limit, doesn't download any unnecessary data. At the same time, access to this website is restricted from Russia, so the data adjusting these large numbers doesn't reach the project server.
In any case, it appears the issue has been resolved. Thanks everyone.