Product Documentation and Knowledge Base - HomeDocumentation


Charon-VAXCharon-AXPCharon-PDPCharon-SSPCharon-PAR
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

This section controls the virtual machine memory environment.  The following list describes these options:

  • allocator – Virtual machine memory allocator.
  • size-- Virtual machine memory size.

allocator 

Virtual machine memory allocator.

Syntax

allocator = memory-allocator

Description

The allocator option is used to indicate to the virtual machine which memory allocation method the host system will use to allocate the virtual memory environment.  The memory-allocator value can be set according to the able below:

Virtual Machine Memory Allocators
AllocatorDescription
hugetblAll virtual machine RAM is allocate from hugetlbfs.
mallocAll virtual machine RAM is allocated from system heap.
mmapAll virtual machine RAM is allocated from file-backed virtual memory via mmap.

size 

Virtual machine memory size.

Syntax

size = memory-size

Description

This option specifies the amount of host memory that the virtual machine should make available to the guest.  It is specified in megabytes (MB).

  • No labels