ich habe ein Problem, ZRAM unter Jessie einzurichten, bzw. weiß ich nicht, ob's funktioniert hat, oder nicht.
Installiert ist Jessie, mit Kernel 4.2.0-0.bpo.1-amd64, SystemD, Cinnamon als Oberfläche und LightDM als Starter. Ich bin nach folgender Anleitung vorgegangen: https://wiki.debian.org/ZRam
Ich habe das dortige Skript erstellt und ausführbar gemacht:
Code: Alles auswählen
chmod +x /etc/init.d/zram
insserv zram
Code: Alles auswählen
# modinfo zram
filename: /lib/modules/4.2.0-0.bpo.1-amd64/kernel/drivers/block/zram/zram.ko
description: Compressed RAM Block Device
author: Nitin Gupta <ngupta@vflare.org>
license: Dual BSD/GPL
depends: zsmalloc,lz4_compress
intree: Y
vermagic: 4.2.0-0.bpo.1-amd64 SMP mod_unload modversions
parm: num_devices:Number of pre-created zram devices (uint)
Code: Alles auswählen
$ lsmod | grep zram
zram 28672 2
zsmalloc 20480 1 zram
lz4_compress 16384 1 zram
$ free -m
total used free shared buffers cached
Mem: 1994 1840 154 75 134 803
-/+ buffers/cache: 903 1091
Swap: 5311 0 5311
Vielen Dank und viele Grüße
Immi