diff options
author | Richard W.M. Jones <rjones@redhat.com> | 2009-07-01 14:42:41 +0100 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2009-07-01 14:42:41 +0100 |
commit | 70946fc1b7c7db06a7c11f9088719f0dd6eac1c4 (patch) | |
tree | 73a33cd568f11a09f53aeaf0fd269034979db942 /guestfish.pod | |
parent | 532009d1ccf16b87859dd58884a82512e8eba937 (diff) | |
download | libguestfs-70946fc1b7c7db06a7c11f9088719f0dd6eac1c4.tar.gz libguestfs-70946fc1b7c7db06a7c11f9088719f0dd6eac1c4.tar.xz libguestfs-70946fc1b7c7db06a7c11f9088719f0dd6eac1c4.zip |
Document the LIBGUESTFS_MEMSIZE environment variable.
Diffstat (limited to 'guestfish.pod')
-rw-r--r-- | guestfish.pod | 7 |
1 files changed, 7 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 |