Commit ec59b44e authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Limit VSL size to 4G-1b

Closes #1750
parent 817176c7
......@@ -1505,7 +1505,7 @@ PARAM(
/* name */ vsl_space,
/* typ */ bytes,
/* min */ "1M",
/* max */ NULL,
/* max */ "4294967295", // 4G-1
/* default */ "80M",
/* units */ "bytes",
/* flags */ MUST_RESTART,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment