1 | <?xml version='1.0' encoding='UTF-8'?>
|
---|
2 | <!DOCTYPE topic PUBLIC "-//OASIS//DTD DITA Topic//EN" "topic.dtd">
|
---|
3 | <topic xml:lang="en-us" id="ts_sol-host-zfs">
|
---|
4 | <title>Cannot Start VM, Not Enough Contiguous Memory</title>
|
---|
5 |
|
---|
6 | <body>
|
---|
7 | <p>
|
---|
8 | The ZFS file system is known to use nearly all available RAM as
|
---|
9 | cache if the default system settings are not changed. This may
|
---|
10 | lead to a heavy fragmentation of the host memory preventing
|
---|
11 | <ph conkeyref="vbox-conkeyref-phrases/product-name"/> VMs from being started. We recommend to limit the
|
---|
12 | ZFS cache by adding the following line to
|
---|
13 | <filepath>/etc/system</filepath>, where
|
---|
14 | <varname>xxxx</varname> bytes is the amount of memory
|
---|
15 | usable for the ZFS cache.
|
---|
16 | </p>
|
---|
17 | <pre xml:space="preserve">set zfs:zfs_arc_max = xxxx</pre>
|
---|
18 | </body>
|
---|
19 |
|
---|
20 | </topic>
|
---|