Commit 95100cd0 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Pål Hermunn Johansen

Limit VSL size to 4G-1b

Closes #1750
parent 72435ed0
......@@ -1494,7 +1494,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