set_memsize


Description:

[ Version ( since = "1.0.55" ) ]
public bool set_memsize (int32 memsize) throws Error

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