提交 a10b68be 编写于 作者: D Daniel P. Berrange

Reduce RAM in test node to avoid 32-bit wraparound

上级 0c62b5f6
Wed Nov 8 13:03:41 EDT 2006 Daniel Berrange <berrange@redhat.com>
* src/virshdata/nodeinfo-custom.txt, docs/testnode.xml: Reduce amount
of RAM in test node to a sensible size to avoid integer wraparound on
32-bit archs.
Wed Nov 8 13:00:56 EDT 2006 Daniel Berrange <berrange@redhat.com>
* src/test.c, src/test.h: Added implementation of the virDomainGetOSType
......
......@@ -19,5 +19,5 @@
<cores>4</cores>
<threads>2</threads>
</cpu>
<memory>137438953472</memory>
<memory>137438953</memory>
</node>
......@@ -5,5 +5,5 @@ CPU socket(s): 4
Core(s) per socket: 4
Thread(s) per core: 2
NUMA cell(s): 4
Memory size: 137438953472 kB
Memory size: 137438953 kB
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册