Comment 33 for bug 1215513

Revision history for this message
danmb (danmbox) wrote :

Kenneth, zram-config is a red herring. Even if you purge it completely and set up zram manually,

modprobe zram
echo -n 67108864 > /sys/block/zram/size
mkswap /dev/zram0
swapon /dev/zram0

You still get the error messages and eventually the lock-ups. This is not a script problem, it's a kernel problem.