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

Change the max for vsm_space to 1G on all archs, now that we no

longer use this parameter any more.
parent 7a85739b
...@@ -1602,7 +1602,7 @@ PARAM( ...@@ -1602,7 +1602,7 @@ PARAM(
/* name */ vsm_space, /* name */ vsm_space,
/* typ */ bytes, /* typ */ bytes,
/* min */ "1M", /* min */ "1M",
/* max */ "4G", /* max */ "1G",
/* default */ "1M", /* default */ "1M",
/* units */ "bytes", /* units */ "bytes",
/* flags */ 0, /* flags */ 0,
......
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