wok-next
annotate linux/description.linux-zram.txt @ rev 20575
More fix libtool; combine libdbusmenu-gtk*
author |
Aleksej Bobylev <al.bobylev@gmail.com> |
date |
Sat Apr 14 01:31:03 2018 +0300 (2018-04-14) |
parents |
960a052d15d3 |
children |
|
rev |
line source |
al@19595
|
1 # Compressed RAM block device support
|
al@19595
|
2
|
al@19595
|
3 Creates virtual block devices called /dev/zramX (X = 0, 1, ...). Pages written
|
al@19595
|
4 to these disks are compressed and stored in memory itself. These disks allow
|
al@19595
|
5 very fast I/O and compression provides good amounts of memory savings.
|
al@19595
|
6
|
al@19595
|
7 It has several use cases, for example: /tmp storage, use as swap disks and
|
al@19595
|
8 maybe many more.
|
al@19595
|
9
|
al@19595
|
10 See Documentation/blockdev/zram.txt for more information.
|