301 | | == Upload certificates == |
302 | | {{{ |
303 | | <dont_generate_upload_certificates/> |
304 | | }}} |
305 | | Don't put upload certificates in results. This makes result generation a lot faster, since no encryption is done, but you lose protection against DoS attacks on your upload servers. |
306 | | {{{ |
307 | | <ignore_upload_certificates/> |
308 | | }}} |
309 | | If upload certificates are not generated, this option must be enabled to force the file upload handler to accept files. |
310 | | |
311 | | == Default preferences == |
312 | | {{{ |
313 | | <default_disk_max_used_gb> X </default_disk_max_used_gb> |
314 | | }}} |
315 | | Sets the default value for the `disk_max_used_gb` preference so it's consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences, or the preference is set to zero. 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. Default is 100. |
316 | | {{{ |
317 | | <default_disk_max_used_pct> X </default_disk_max_used_pct> |
318 | | }}} |
319 | | Sets the default value for the `disk_max_used_pct` preference so its consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences, or the preference is set to zero. 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. Default is 50. |
320 | | {{{ |
321 | | <default_disk_min_free_gb> X </default_disk_min_free_gb> |
322 | | }}} |
323 | | 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. |
324 | | |
325 | | |
326 | | === Deprecated options === |
327 | | |
328 | | {{{ |
329 | | <no_amd_k6>1</no_amd_k6> |
330 | | }}} |
331 | | Don't issue work to clients with AMD K6 processors. Equivalent to |
332 | | {{{ |
333 | | <ban_cpu>.*AMD.*\t.*Family 5 Model 8 Stepping 0.*</ban_cpu> |
334 | | }}} |
335 | | |
336 | | == Client control == #client-control |
| 301 | |
| 302 | |
| 303 | == Scheduler: client control == #client-control |
| 348 | |
| 349 | == Scheduler: deprecated options == |
| 350 | |
| 351 | {{{ |
| 352 | <no_amd_k6>1</no_amd_k6> |
| 353 | }}} |
| 354 | Don't issue work to clients with AMD K6 processors. Equivalent to |
| 355 | {{{ |
| 356 | <ban_cpu>.*AMD.*\t.*Family 5 Model 8 Stepping 0.*</ban_cpu> |
| 357 | }}} |
| 358 | |
| 359 | == Upload certificates == |
| 360 | {{{ |
| 361 | <dont_generate_upload_certificates/> |
| 362 | }}} |
| 363 | Don't put upload certificates in results. This makes result generation a lot faster, since no encryption is done, but you lose protection against DoS attacks on your upload servers. |
| 364 | {{{ |
| 365 | <ignore_upload_certificates/> |
| 366 | }}} |
| 367 | If upload certificates are not generated, this option must be enabled to force the file upload handler to accept files. |
| 368 | |
| 369 | == Default preferences == |
| 370 | {{{ |
| 371 | <default_disk_max_used_gb> X </default_disk_max_used_gb> |
| 372 | }}} |
| 373 | Sets the default value for the `disk_max_used_gb` preference so it's consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences, or the preference is set to zero. 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. Default is 100. |
| 374 | {{{ |
| 375 | <default_disk_max_used_pct> X </default_disk_max_used_pct> |
| 376 | }}} |
| 377 | Sets the default value for the `disk_max_used_pct` preference so its consistent between the scheduler and web pages. The scheduler uses it when a request for work doesn't include preferences, or the preference is set to zero. 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. Default is 50. |
| 378 | {{{ |
| 379 | <default_disk_min_free_gb> X </default_disk_min_free_gb> |
| 380 | }}} |
| 381 | 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. |