Tweak memory settings

This commit is contained in:
Daniel P. Berrange 2007-01-18 21:13:14 +00:00
parent 5fbd4b15e0
commit a15c593c2e
3 changed files with 8 additions and 2 deletions

View File

@ -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

View File

@ -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'>

View 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>