Document the LIBGUESTFS_MEMSIZE environment variable.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Jul 2009 13:42:41 +0000 (14:42 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 1 Jul 2009 13:42:41 +0000 (14:42 +0100)
guestfish.pod
guestfs.pod

index 1e32799..974a903 100644 (file)
@@ -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
index 3dad35c..0cb3d9d 100644 (file)
@@ -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