Merge "Correct statement about ramdisk and tmpfs."

This commit is contained in:
Jenkins 2014-09-09 13:06:07 +00:00 committed by Gerrit Code Review
commit 76548dc53b

View File

@ -85,10 +85,11 @@ Requirements
If you have 4GB of available physical RAM\*, or more, diskimage-builder will If you have 4GB of available physical RAM\*, or more, diskimage-builder will
create a tmpfs mount to build the image in. This will improve image build time create a tmpfs mount to build the image in. This will improve image build time
by building in RAM. This can be disabled completely by passing --no-tmpfs to by building in RAM. This can be disabled completely by passing --no-tmpfs to
disk-image-create. ramdisk-image-create does not use a tmpfs mount. If tmpfs disk-image-create. ramdisk-image-create builds a regular image and then within
is not used, you will need enough room in /tmp to store two uncompressed that does ramdisk creation. If tmpfs is not used, you will need enough room in
cloud images. If you do have tmpfs, you will still need /tmp space for one /tmp to store two uncompressed cloud images. If you do have tmpfs, you will
uncompressed cloud image and about 20% of that for working files. still need /tmp space for one uncompressed cloud image and about 20% of that
for working files.
\* As reported by /proc/meminfo MemTotal \* As reported by /proc/meminfo MemTotal