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

perl: I. upgrade 5.26.1 (2017 Sep.) -> 5.26.2 (2018 April) II. add also integrity check
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Jun 13 05:55:55 2018 +0000 (2018-06-13)
parents 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.