wok-next view linux/description.linux-zram.txt @ rev 19772

Convert linux-* packages into linux v2 receipt, as well as linux-libre-* -> linux-libre single receipt (is jumbo one, there's a room for huge optimizations, in the case if someone else need it...), move linux64* receipts outside the wok.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jun 16 01:15:35 2017 +0300 (2017-06-16)
parents linux-zram/description.txt@960a052d15d3
children
line source
1 # Compressed RAM block device support
3 Creates virtual block devices called /dev/zramX (X = 0, 1, ...). Pages written
4 to these disks are compressed and stored in memory itself. These disks allow
5 very fast I/O and compression provides good amounts of memory savings.
7 It has several use cases, for example: /tmp storage, use as swap disks and
8 maybe many more.
10 See Documentation/blockdev/zram.txt for more information.