summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2009-07-01 14:42:41 +0100
committerRichard W.M. Jones <rjones@redhat.com>2009-07-01 14:42:41 +0100
commit70946fc1b7c7db06a7c11f9088719f0dd6eac1c4 (patch)
tree73a33cd568f11a09f53aeaf0fd269034979db942
parent532009d1ccf16b87859dd58884a82512e8eba937 (diff)
downloadlibguestfs-70946fc1b7c7db06a7c11f9088719f0dd6eac1c4.tar.gz
libguestfs-70946fc1b7c7db06a7c11f9088719f0dd6eac1c4.tar.xz
libguestfs-70946fc1b7c7db06a7c11f9088719f0dd6eac1c4.zip
Document the LIBGUESTFS_MEMSIZE environment variable.
-rw-r--r--guestfish.pod7
-rw-r--r--guestfs.pod7
2 files changed, 14 insertions, 0 deletions
diff --git a/guestfish.pod b/guestfish.pod
index 1e327993..974a903c 100644
--- a/guestfish.pod
+++ b/guestfish.pod
@@ -447,6 +447,13 @@ used.
Pass additional options to the guest kernel.
+=item LIBGUESTFS_MEMSIZE
+
+Set the memory allocated to the qemu process, in megabytes. For
+example:
+
+ LIBGUESTFS_MEMSIZE=700
+
=item HOME
If compiled with GNU readline support, then the command history
diff --git a/guestfs.pod b/guestfs.pod
index 3dad35c4..0cb3d9d5 100644
--- a/guestfs.pod
+++ b/guestfs.pod
@@ -796,6 +796,13 @@ See also L<QEMU WRAPPERS> above.
Pass additional options to the guest kernel.
+=item LIBGUESTFS_MEMSIZE
+
+Set the memory allocated to the qemu process, in megabytes. For
+example:
+
+ LIBGUESTFS_MEMSIZE=700
+
=back
=head1 SEE ALSO