Commit ab7c539a authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Revert "Limit VSL size to 4G-1b"

This reverts commit 95100cd0.

We already had a check that took care of this in an architecture
independent way.

See 452ac521
Closes #1750
parent b95ad295
......@@ -1494,7 +1494,7 @@ PARAM(
/* name */ vsl_space,
/* typ */ bytes,
/* min */ "1M",
/* max */ "4294967295", // 4G-1
/* max */ NULL,
/* 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