zramSwap: remove mentions of old kernels
This commit is contained in:
parent
dd5e2a08fb
commit
8e3a14549f
@ -25,7 +25,7 @@ in
|
|||||||
type = types.bool;
|
type = types.bool;
|
||||||
description = ''
|
description = ''
|
||||||
Enable in-memory compressed swap space provided by the zram kernel
|
Enable in-memory compressed swap space provided by the zram kernel
|
||||||
module. It is recommended to enable only for kernel 3.14 or higher.
|
module.
|
||||||
See https://www.kernel.org/doc/Documentation/blockdev/zram.txt
|
See https://www.kernel.org/doc/Documentation/blockdev/zram.txt
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
@ -34,8 +34,7 @@ in
|
|||||||
default = 1;
|
default = 1;
|
||||||
type = types.int;
|
type = types.int;
|
||||||
description = ''
|
description = ''
|
||||||
Number of zram swap devices to create. It should be equal to the
|
Number of zram swap devices to create.
|
||||||
number of CPU cores your system has for kernel < v3.15.
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user