Message boards :
Number crunching :
Maximum number of tasks
Message board moderation
Author | Message |
---|---|
Send message Joined: 1 Apr 15 Posts: 49 Credit: 30,557,740 RAC: 0 |
Is there a way to set a maximum number of tasks running simultaneously? ASUS X570 E-Gaming AMD Ryzen 9 3950X, 16 core / 32 thread 4.4 GHz AMD Radeon Sapphire RX 480 4GB Nitro+ Nvidia GTX 1080 Ti Gaming X Trio 4x16 GB Corsair Vengeance RGB 3466 MHz |
Send message Joined: 21 Feb 15 Posts: 15 Credit: 14,270,919 RAC: 0 |
Place the following in a file called - app_config.xml in the existing folder - universeathome.pl_universe under folder projects under folder BOINC under folder ProgramData on your system disk (C: ?) <app_config> <project_max_concurrent>2</project_max_concurrent> </app_config> This will allow only 2 concurrent Universe tasks. Change '2' to the maximum number of tasks you wish. From BOINC manager you will need to select 'settings'/'read configuration files' to activate. If you actually want to limit the number of concurrent BOINC tasks in total, you can do this on any one of your projects' home-page under account/computer settings. Then from BOINC manager, choose 'update' for the project where you made the change. |