From 2a9643f6aef1a52cdada648f72f1d0ec9c1b711d Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 21 Nov 2016 14:04:51 +0000 Subject: Increase s6-log "s" limit to 256MB --- src/daemontools-extras/s6-log.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemontools-extras/s6-log.c') diff --git a/src/daemontools-extras/s6-log.c b/src/daemontools-extras/s6-log.c index c3aec9c..0602c66 100644 --- a/src/daemontools-extras/s6-log.c +++ b/src/daemontools-extras/s6-log.c @@ -824,7 +824,7 @@ static inline void script_secondpass (char const *const *argv, scriptelem_t *scr case 's' : if (!uint320_scan(*argv + 1, &s)) goto fail ; if (s < 4096) s = 4096 ; - if (s > 16777215) s = 16777215 ; + if (s > 268435455) s = 268435455 ; break ; case 'S' : if (!uint640_scan(*argv + 1, &maxdirsize)) goto fail ; -- cgit v1.2.3