zram-swap: fix number of created zram devices for multicore CPU's
authorEmil Muratov <gpm@hotplug.ru>
Wed, 1 Aug 2018 21:50:00 +0000 (00:50 +0300)
committerJo-Philipp Wich <jo@mein.io>
Tue, 18 Dec 2018 16:22:05 +0000 (17:22 +0100)
commit2d4b52707dd6892a1d42a3aced04ebec76cf9b52
tree97ea645328013f66587231a0403f6732fd8d95cb
parent9a5509736a8e58d294f0d977a619cd8940845453
zram-swap: fix number of created zram devices for multicore CPU's

Use only one zram swap device of the specified $size instead of
[N x $size] devices for multicore CPUs Now zram module uses multiple
compression streams for each dev by default, so we do not need to create
several zram devs to utilize multicore CPUs.

Signed-off-by: Emil Muratov <gpm@hotplug.ru>
(backported from 814cae7362c3bd57e8fd9305d5d0b48ff219d4d0)
package/system/zram-swap/files/zram.init [changed mode: 0644->0755]