diff options
author | kamal@whence.com <kamal@whence.com@01de4be4-8c4a-0410-9132-4925637da917> | 2012-04-04 20:22:04 +0000 |
---|---|---|
committer | kamal@whence.com <kamal@whence.com@01de4be4-8c4a-0410-9132-4925637da917> | 2012-04-04 20:22:04 +0000 |
commit | 14171eb36f552625629bf84ec6fd131b1d1e977a (patch) | |
tree | cd1b739acf4178af40c2a17fbb74b33bae649ac5 /man/distcc.1 | |
parent | 10a264caa0eeff8dd8b6dde00d42dc841b862335 (diff) | |
download | distcc-14171eb36f552625629bf84ec6fd131b1d1e977a.tar.gz |
Fix for distcc issue 102 <http://code.google.com/p/distcc/issues/detail?id=102>:
"all servers busy" dcc_lock_pause is hardcoded at 1 sec, could be tunable.
Makes the pause time tunable via a new env var DISTCC_PAUSE_TIME_MSEC.
The default remains set for 1 second.
git-svn-id: http://distcc.googlecode.com/svn/trunk@760 01de4be4-8c4a-0410-9132-4925637da917
Diffstat (limited to 'man/distcc.1')
-rw-r--r-- | man/distcc.1 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/man/distcc.1 b/man/distcc.1 index 8f6223c..e335d05 100644 --- a/man/distcc.1 +++ b/man/distcc.1 @@ -769,6 +769,14 @@ takes a long time, consider increasing this value so the job does not time out and fallback to a local compile. By default set to 300 seconds. .TP +.B "DISTCC_PAUSE_TIME_MSEC" +Specifies how long (in milliseconds) distcc will pause when all +compilation servers are in use. +By default set to 1000 milliseconds (1 second). +Setting this to a smaller value (e.g. 10 milliconds) may improve +throughput for some configurations, at the expense of increased CPU +load on the distcc client machine. +.TP .B "DISTCC_SAVE_TEMPS" If set to 1, temporary files are not deleted after use. Good for debugging, or if your disks are too empty. |