mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-17 04:37:19 +00:00
Fix zram module paramter name
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
88da9035b6
commit
89535bb64d
@@ -34,7 +34,7 @@ start() {
|
|||||||
mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024))
|
mem_by_cpu=$(($memtotal/$num_cpus*$factor/100*1024))
|
||||||
|
|
||||||
# load dependency modules
|
# load dependency modules
|
||||||
modprobe zram zram_num_devices=$num_cpus
|
modprobe zram num_devices=$num_cpus
|
||||||
echo "zram devices probed successfully"
|
echo "zram devices probed successfully"
|
||||||
|
|
||||||
# initialize the devices
|
# initialize the devices
|
||||||
|
|||||||
Reference in New Issue
Block a user