Package Details: zramswap 7-2

Git Clone URL: https://aur.archlinux.org/zramswap.git (read-only, click to copy)
Package Base: zramswap
Description: Sets up zram-based swap devices on boot
Upstream URL: http://en.wikipedia.org/wiki/ZRam
Licenses: GPL
Submitter: svenstaro
Maintainer: ugjka
Last Packager: ugjka
Votes: 236
Popularity: 0.39
First Submitted: 2011-10-05 23:35 (UTC)
Last Updated: 2024-11-03 12:09 (UTC)

Required by (0)

Sources (3)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 Next › Last »

cbowman57 commented on 2012-01-12 18:59 (UTC)

If you bounce back & forth between the 3.1 & 3.2 kernels you might like to modify your /etc/rc.d/zramswap file. modprobe zram zram_num_devices=$num_cpus [[ "zram_num_devices" < 1 ]] || modprobe zram num_devices=$num_cpus << new entry It's probably not perfectly correct but it works.

<deleted-account> commented on 2012-01-10 11:30 (UTC)

"On July 20th 2011, the zram driver in the linux 3.1 staging area was modified to use zram_num_devices as modprobe parameter - so if you use a recent kernel, update your init scripts!" http://code.google.com/p/compcache/wiki/Scalability#Details

kiodo1981 commented on 2012-01-07 12:51 (UTC)

Problem with kernel 3.2 CK

mmm commented on 2012-01-06 11:14 (UTC)

x0b1t's advice fixes it, confirm. but i still get complaint: sudo /etc/rc.d/compcache start :: Starting Compcache [BUSY] FATAL: Module lzo_compress not found. FATAL: Module lzo_decompress not found. [DONE] ..using standart arch kernel, compcache seems to work anyway though

<deleted-account> commented on 2012-01-05 20:46 (UTC)

after update to linux 3.2 (from testing) - need make some changes. params for zram-module were changed. num_devices -> zram_num_devices edit /etc/rc.d/compcache. command for module initilization looks like now as : modprobe zram zram_num_devices=$DEVICES_COUNT >> $LOG_FILE 2>&1

<deleted-account> commented on 2011-12-13 19:16 (UTC)

Yep, a reboot and a yaourt -S compcache made all.

mortzu commented on 2011-12-13 16:04 (UTC)

So it works?

<deleted-account> commented on 2011-12-13 15:51 (UTC)

Oops, i updated the kernel earlier and i haven't rebooted yet, i should use yaourt -Sf next boot.

<deleted-account> commented on 2011-12-13 15:50 (UTC)

After the update from version 234-1 to 20111213-1 i've got this error: You need to have compcache listed in deamons in /etc/rc.conf to have it started at boot, like: DAEMONS=(aaaa bbbb compcache) To start it in background put there @compcache... You can (should) modify the size of virtual swap disk in configuration file: /etc/conf.d/compcache. New version of config file is saved as compcache.pacnew Also note, it is HIGHLY RECOMMENDED to have your kernel patched to provide all functionality, see homepage or readme file to learn more.... Or you can check out ZEN kernel (should allready be patched) from aur. Initscript outputs are redirected to /var/log/compcache.log WARNING: Couldn't open directory /lib/modules/3.1.4-1-ARCH: No such file or directory FATAL: Could not open /lib/modules/3.1.4-1-ARCH/modules.dep.temp for writing: No such file or directory errore: l'esecuzione del comando non è riuscita correttamente ...but i think that is installed.

svenstaro commented on 2011-12-07 16:45 (UTC)

Can't reproduce with core kernel.