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

Ok then: On 32bit 1G will be the max vsl/vsm size.

parent 071a8d84
......@@ -1513,7 +1513,7 @@ PARAM(
/* name */ vsl_space,
/* typ */ bytes,
/* min */ "1M",
/* max */ "2G",
/* max */ "1G",
/* default */ "80M",
/* units */ "bytes",
/* flags */ MUST_RESTART,
......@@ -1530,7 +1530,7 @@ PARAM(
/* name */ vsm_space,
/* typ */ bytes,
/* min */ "1M",
/* max */ "2G",
/* max */ "1G",
/* default */ "1M",
/* 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