This alert monitors the average number of total tasks for the BOINC system over the last 10 minutes. If you receive this alert, it means that there is a deviation in the number of total tasks for your BOINC system, which may indicate an issue with the projects, the client, or even the tasks themselves.
Verify that the projects you contribute to are not suspended. You can check if the project has queued tasks to be done on the BOINC projects page.
Access your BOINC Manager, go to the Projects tab, and check if the projects you contribute to are in the correct state (Active or Running). If a project is suspended, you can select it and click Resume to reactivate it.
Access your BOINC Manager and go to the Tasks tab to check the status of the current tasks. Look for any Failed, Error, or Postponed tasks.
If there are failed tasks, try to reset them by selecting the task, right-clicking on it, and choosing Update or Reset. Be aware that resetting a task will discard any progress made on it.
For most Linux distributions:
sudo /etc/init.d/boinc-client restart
For other operating systems or custom installations, refer to the BOINC's documentation for restarting the client: https://boinc.berkeley.edu/wiki/Stop_or_restart_BOINC
BOINC tasks may fail or slow down if there is not enough system resources (CPU, RAM, or Disk Space) available. Monitor your system performance using tools like top
, free
, and df
, and make adjustments if necessary to ensure that BOINC has enough resources to complete tasks.