Changes between Version 37 and Version 38 of ProjectOptions
- Timestamp:
- Sep 6, 2007, 8:07:51 AM (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProjectOptions
v37 v38 81 81 '''default_disk_min_free_gb''':: 82 82 Sets the default value for the `disk_min_free_gb` preference so its consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences. The web page scripts use it to set the initial value when displaying or editing preferences the first time, or when the user never saved them. Also, the scheduler uses this setting to override any smaller preference from the host, it enforces a 'minimum free disk space' to keep from filling up the drive. Recommend setting this no smaller than .001 (1MB or 1,000,000 bytes). Default is .001. 83 '''reliable_min_avg_credit, reliable_m in_avg_turnaround'''::83 '''reliable_min_avg_credit, reliable_max_avg_turnaround''':: 84 84 Hosts for which `expavg_credit`/`ncpus` is at least `reliable_min_avg_credit` and whose average turnaround is at most reliable_max_avg_turnaround are considered 'reliable'. 85 85 '''reliable_time, reliable_reduced_delay_bound''':: 86 86 When the age of a workunit exceeds reliable_time (typically 2-3X the delay bound), send results only to reliable hosts, and multiply the delay bound by reliable_reduced_delay_bound (typically 0.5 or so). 87 87 '''reliable_on_priority, reliable_on_over, reliable_on_over_except_error''':: 88 Results with priority at least 'reliable_on_priority' will be sent only to reliable hosts; increase priority of duplicate results by 'reliable_ on_over'; increase priority of duplicates caused by timeout (not error) by 'reliable_on_over_except_error'.88 Results with priority at least 'reliable_on_priority' will be sent only to reliable hosts; increase priority of duplicate results by 'reliable_priority_on_over'; increase priority of duplicates caused by timeout (not error) by 'reliable_priority_on_over_except_error'. 89 89 '''one_result_per_host_per_wu''':: 90 90 If present, send at most one result of a given workunit to a given host. This is weaker than `one_result_per_user_per_wu`; it is useful if you're using homogeneous redundancy and most of the hosts of a particular class belong to a single user.