Bug#648249: RFP: zramswap-enabler -- Start/Stop swapping to zram

2015-04-01 Thread Ken Sharp
On 01/04/15 14:30, Dmitry Smirnov wrote: Do we really need a package for trivial 6 lines script? How else would you implement it? How would you make sure that people who do not want zram do not have it forced upon them? -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org

Bug#648249: RFP: zramswap-enabler -- Start/Stop swapping to zram

2015-04-01 Thread Dmitry Smirnov
Is it all about adding something like this to the `/etc/rc.local`: ## SWAP to compressed RAM if [ ! -b /dev/zram0 ]; then modprobe zram &&\ echo $((2048*1024*1024)) > /sys/block/zram0/disksize &&\ mkswap /dev/zram0 &&\ swapon -p 128 /dev/zram0 fi Do we really need a pack

Bug#648249: RFP: zramswap-enabler -- Start/Stop swapping to zram

2013-12-04 Thread JM
Hi, I also like using zram with a script to enable it and some configuration files to fine tune it. I have even been using it since several years in different distributions, when it was available only as a compcache package provided with rzscontrol and ramzswap. Zram provides an additional amou

Bug#648249: RFP: zramswap-enabler -- Start/Stop swapping to zram

2011-11-09 Thread Achim Schaefer
Package: wnpp Severity: wishlist * Package name: zram-tools Version : 0.2.1 Upstream Author : Sergey Davidoff * URL : https://launchpad.net/~shnatsel/+archive/zram URL2: http://www.webupd8.org/2011/10/increased-performance-in-linux-with.html * License