Determines the amount of physical memory reserved for Parallels Service operation.
PRL_RESULT PrlDispCfg_GetReservedMemLimit( PRL_HANDLE hDispConfig, PRL_UINT32_PTR pnMemSize );
PrlApiDisp.h
PRL_RESULT. Possible values:
PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.
PRL_ERR_SUCCESS - function completed successfully.
By default, this memory size is calculated automatically based on the RAM size available on the host machine. If needed, the default value can be modified manually using the PrlDispCfg_SetReservedMemLimit function.