diff options
-rw-r--r-- | guestfish.pod | 7 | ||||
-rw-r--r-- | guestfs.pod | 7 |
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 |