From efe428946431c6c670151c949884fa8c1fa31794 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 2 Sep 2013 11:58:18 +0200 Subject: Add an option to limit the log output of builders This is mostly useful for Hydra to deal with builders that get stuck in an infinite loop writing data to stdout/stderr. --- doc/manual/conf-file.xml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc/manual') diff --git a/doc/manual/conf-file.xml b/doc/manual/conf-file.xml index c37a2da47413..c832108fed06 100644 --- a/doc/manual/conf-file.xml +++ b/doc/manual/conf-file.xml @@ -148,6 +148,7 @@ flag, e.g. --option gc-keep-outputs false. + build-timeout @@ -168,6 +169,20 @@ flag, e.g. --option gc-keep-outputs false. + build-max-log-size + + + + This option defines the maximum number of bytes that a + builder can write to its stdout/stderr. If the builder exceeds + this limit, it’s killed. A value of 0 (the + default) means that there is no limit. + + + + + + build-users-group This options specifies the Unix group containing -- cgit 1.4.1