From 70946fc1b7c7db06a7c11f9088719f0dd6eac1c4 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 1 Jul 2009 14:42:41 +0100 Subject: [PATCH] Document the LIBGUESTFS_MEMSIZE environment variable. --- guestfish.pod | 7 +++++++ guestfs.pod | 7 +++++++ 2 files changed, 14 insertions(+) diff --git a/guestfish.pod b/guestfish.pod index 1e32799..974a903 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 3dad35c..0cb3d9d 100644 --- a/guestfs.pod +++ b/guestfs.pod @@ -796,6 +796,13 @@ See also L 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 -- 1.8.3.1