diff options
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 |