Lines 221-231
Link Here
|
221 |
# dom0-min-mem is the lowest permissible memory level (in MB) for dom0. |
221 |
# dom0-min-mem is the lowest permissible memory level (in MB) for dom0. |
222 |
# This is a minimum both for auto-ballooning (as enabled by |
222 |
# This is a minimum both for auto-ballooning (as enabled by |
223 |
# enable-dom0-ballooning below) and for xm mem-set when applied to dom0. |
223 |
# enable-dom0-ballooning below) and for xm mem-set when applied to dom0. |
224 |
(dom0-min-mem 196) |
224 |
(dom0-min-mem @%@xen/dom0/min_mem@%@) |
225 |
|
225 |
|
226 |
# Whether to enable auto-ballooning of dom0 to allow domUs to be created. |
226 |
# Whether to enable auto-ballooning of dom0 to allow domUs to be created. |
227 |
# If enable-dom0-ballooning = no, dom0 will never balloon out. |
227 |
# If enable-dom0-ballooning = no, dom0 will never balloon out. |
228 |
(enable-dom0-ballooning yes) |
228 |
(enable-dom0-ballooning @%@xen/dom0/ballooning@%@) |
229 |
|
229 |
|
230 |
# In SMP system, dom0 will use dom0-cpus # of CPUS |
230 |
# In SMP system, dom0 will use dom0-cpus # of CPUS |
231 |
# If dom0-cpus = 0, dom0 will take all cpus available |
231 |
# If dom0-cpus = 0, dom0 will take all cpus available |