set_memsize
Description:
set memory allocated to the hypervisor
This sets the memory size in megabytes allocated to the hypervisor. This only has any effect if called before launch.
You can also change this by setting the environment variable LIBGUESTFS_MEMSIZE
before the handle is created.
For more information on the architecture of libguestfs, see guestfs(3).
Parameters:
this |
A GuestfsSession object |
Returns:
true on success, false on error |