Message boards : Server programs : This computer has finished a daily quota of 1 tasks
Message board moderation
Author | Message |
---|---|
Send message Joined: 28 Mar 16 Posts: 9 |
Hi, I am doing some experiments with boinc server & client (both linux system) (boinc version : 7.0.27) but after several jobs running on client side, I got the message as title in my event log and it doesn't download new works to do anymore, I would like to know how to set the daily quota to 'unlimited' for every user, has anyone else come across this? thanks |
Send message Joined: 4 Jul 12 Posts: 321 |
The easy way is to set the max tasks per day in the DB to a very high value when experimenting. You can do that for all hosts at once with a simple SQL query. Just take a look at the host table. The daily quota is not a per user but a per host one! |
Send message Joined: 28 Mar 16 Posts: 9 |
Thanks, it does works for me after I modified the 'max_jobs_per_day' column in 'host_app_version' table |
Send message Joined: 23 Nov 15 Posts: 5 |
The easy way is to set the max tasks per day in the DB to a very high value when experimenting. You can do that for all hosts at once with a simple SQL query. Just take a look at the host table. The daily quota is not a per user but a per host one! Yes and no. I agree about setting daily quota in database but from my modest experience I propose it's bad idea to set ver large value for it. I prefer count average count of WU hosts can crunch per day and set in database value a little highter that this <- this for security reason. If hosts start to has massive failed task it reach daily quota if not every thing will gonna be all right. |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.