mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-29 17:33:09 +00:00
Tweak memory settings
This commit is contained in:
parent
5fbd4b15e0
commit
a15c593c2e
@ -1,3 +1,8 @@
|
|||||||
|
Thu Jan 18 16:12:13 EST 2007 Daniel Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
|
* docs/testnode.xml, docs/testdomfc4.xml: Tweak memory settings to
|
||||||
|
be more realistic for testing purposes
|
||||||
|
|
||||||
Thu Jan 18 16:05:13 EST 2007 Daniel Berrange <berrange@redhat.com>
|
Thu Jan 18 16:05:13 EST 2007 Daniel Berrange <berrange@redhat.com>
|
||||||
|
|
||||||
* src/test.h, src/test.c: Implement full inactive domain management
|
* src/test.h, src/test.c: Implement full inactive domain management
|
||||||
|
@ -8,7 +8,8 @@
|
|||||||
<root>/dev/sda1</root>
|
<root>/dev/sda1</root>
|
||||||
<cmdline> ro selinux=0 3</cmdline>
|
<cmdline> ro selinux=0 3</cmdline>
|
||||||
</os>
|
</os>
|
||||||
<memory>131072</memory>
|
<memory>261072</memory>
|
||||||
|
<currentMemory>131072</currentMemory>
|
||||||
<vcpu>1</vcpu>
|
<vcpu>1</vcpu>
|
||||||
<devices>
|
<devices>
|
||||||
<disk type='file'>
|
<disk type='file'>
|
||||||
|
@ -19,5 +19,5 @@
|
|||||||
<cores>4</cores>
|
<cores>4</cores>
|
||||||
<threads>2</threads>
|
<threads>2</threads>
|
||||||
</cpu>
|
</cpu>
|
||||||
<memory>137438953</memory>
|
<memory>8192000</memory>
|
||||||
</node>
|
</node>
|
||||||
|
Loading…
Reference in New Issue
Block a user