Include Page |
---|
| KBCOMMON:KB-CSSstyle |
---|
| KBCOMMON:KB-CSSstyle |
---|
|
Excerpt |
---|
|
Virtual machine memory environment configuration. |
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:
Panel |
---|
bgColor | #ffffff |
---|
titleBGColor | #f0f0f0 |
---|
title | Virtual Machine Memory Allocators |
---|
|
Allocator | Description |
---|
hugetbl | All virtual machine RAM is allocate from hugetlbfs. | malloc | All virtual machine RAM is allocated from system heap. | mmap | All virtual machine RAM is allocated from file-backed virtual memory via mmap. |
|
size
Virtual machine memory size.
Syntax
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).