提交 ed3c9c38 编写于 作者: D Daniel Veillard

* docs/formatdomain.html docs/formatdomain.html.in: fix memory unit

  as pointed out by matthew chan it's kilobytes
Daniel
上级 b8fb68be
Wed Aug 6 13:36:29 CEST 2008 Daniel Veillard <veillard@redhat.com>
* docs/formatdomain.html docs/formatdomain.html.in: fix memory unit
as pointed out by matthew chan it's kilobytes
Wed Aug 6 13:24:00 CEST 2008 Chris Lalancette <clalance@redhat.com> Wed Aug 6 13:24:00 CEST 2008 Chris Lalancette <clalance@redhat.com>
* src/xend_internal.c: Oops. My bug fix from yesterday broke the * src/xend_internal.c: Oops. My bug fix from yesterday broke the
regressions suite. We do actually need "(device" on the front of regressions suite. We do actually need "(device" on the front of
......
...@@ -321,7 +321,7 @@ ...@@ -321,7 +321,7 @@
&lt;vcpu&gt;1&lt;/vcpu&gt; &lt;vcpu&gt;1&lt;/vcpu&gt;
...</pre> ...</pre>
<dl><dt><code>memory</code></dt><dd>The maximum allocation of memory for the guest at boot time. <dl><dt><code>memory</code></dt><dd>The maximum allocation of memory for the guest at boot time.
The units for this value are bytes</dd><dt><code>currentMemory</code></dt><dd>The actual allocation of memory for the guest. This value The units for this value are kilobytes (i.e. blocks of 1024 bytes)</dd><dt><code>currentMemory</code></dt><dd>The actual allocation of memory for the guest. This value
be less than the maximum allocation, to allow for ballooning be less than the maximum allocation, to allow for ballooning
up the guests memory on the fly. If this is omitted, it defaults up the guests memory on the fly. If this is omitted, it defaults
to the same value as the <code>memory<code> element</code></code></dd><dt><code>vcpu</code></dt><dd>The content of this element defines the number of virtual to the same value as the <code>memory<code> element</code></code></dd><dt><code>vcpu</code></dt><dd>The content of this element defines the number of virtual
......
...@@ -182,7 +182,7 @@ ...@@ -182,7 +182,7 @@
<dl> <dl>
<dt><code>memory</code></dt> <dt><code>memory</code></dt>
<dd>The maximum allocation of memory for the guest at boot time. <dd>The maximum allocation of memory for the guest at boot time.
The units for this value are bytes</dd> The units for this value are kilobytes (i.e. blocks of 1024 bytes)</dd>
<dt><code>currentMemory</code></dt> <dt><code>currentMemory</code></dt>
<dd>The actual allocation of memory for the guest. This value <dd>The actual allocation of memory for the guest. This value
be less than the maximum allocation, to allow for ballooning be less than the maximum allocation, to allow for ballooning
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册