mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
vdo: update info about memory
Add more info about kernel target memory allocation associated with VDO pool usage.
This commit is contained in:
parent
8ca2b1bc21
commit
f445624c33
@ -12,7 +12,7 @@ for primary storage.
|
|||||||
.P
|
.P
|
||||||
Deduplication is a technique for reducing the consumption of storage
|
Deduplication is a technique for reducing the consumption of storage
|
||||||
resources by eliminating multiple copies of duplicate blocks. Compression
|
resources by eliminating multiple copies of duplicate blocks. Compression
|
||||||
takes the individual unique blocks and shrinks them.
|
takes the individual unique blocks and shrinks them.
|
||||||
These reduced blocks are then efficiently packed together into
|
These reduced blocks are then efficiently packed together into
|
||||||
physical blocks. Thin provisioning manages the mapping from logical blocks
|
physical blocks. Thin provisioning manages the mapping from logical blocks
|
||||||
presented by VDO to where the data has actually been physically stored,
|
presented by VDO to where the data has actually been physically stored,
|
||||||
@ -358,8 +358,17 @@ take otherwise as device is already expected to be empty.
|
|||||||
.
|
.
|
||||||
.SS \n+[step]. Memory usage
|
.SS \n+[step]. Memory usage
|
||||||
.
|
.
|
||||||
The VDO target requires 370 MiB of RAM plus an additional 268 MiB
|
The VDO target requires 38 MiB of RAM and several variable amounts:
|
||||||
per each 1 TiB of physical storage managed by the volume.
|
.IP \(bu 2
|
||||||
|
1.15 MiB of RAM for each 1 MiB of configured block map cache size.
|
||||||
|
The block map cache requires a minimum of 150 MiB RAM.
|
||||||
|
.br
|
||||||
|
.IP \(bu
|
||||||
|
1.6 MiB of RAM for each 1 TiB of logical space.
|
||||||
|
.br
|
||||||
|
.IP \(bu
|
||||||
|
268 MiB of RAM for each 1 TiB of physical storage managed by the volume.
|
||||||
|
.br
|
||||||
.P
|
.P
|
||||||
UDS requires a minimum of 250 MiB of RAM,
|
UDS requires a minimum of 250 MiB of RAM,
|
||||||
which is also the default amount that deduplication uses.
|
which is also the default amount that deduplication uses.
|
||||||
|
Loading…
Reference in New Issue
Block a user