From 0d878f1acb083f4f0d9c938cb8ff7435c3983f85 Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Tue, 1 Dec 2015 23:55:46 +0100 Subject: [PATCH] Reduce output size --- dkron/proc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkron/proc.go b/dkron/proc.go index ceebaeb47..df78d67ab 100644 --- a/dkron/proc.go +++ b/dkron/proc.go @@ -19,7 +19,7 @@ const ( // maxBufSize limits how much data we collect from a handler. // This is to prevent Serf's memory from growing to an enormous // amount due to a faulty handler. - maxBufSize = 2 * 1000000 + maxBufSize = 256000 ) // spawn command that specified as proc.