Arch Design: Fix maths
It should be / for proper calculation. Also use non-breaking space. Also adds × entity to follow IBM Style Guide. Change-Id: I32c00f03ff40c258b5802f8f8123c58a26d4e4e4 Closes-Bug: #1371523
This commit is contained in:
parent
c73a71dca1
commit
bb57938eb0
@ -55,10 +55,10 @@
|
|||||||
an equation of:</para>
|
an equation of:</para>
|
||||||
<itemizedlist>
|
<itemizedlist>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>1600 = (16 x (number of physical cores)) / 2</para>
|
<para>1600 = (16 × (number of physical cores)) / 2</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>storage required = 50 GB x 1600</para>
|
<para>storage required = 50 GB × 1600</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</itemizedlist>
|
</itemizedlist>
|
||||||
<para>On the surface, the equations reveal the need for 200
|
<para>On the surface, the equations reveal the need for 200
|
||||||
|
@ -75,10 +75,10 @@
|
|||||||
disk and memory to service instances running at capacity. For
|
disk and memory to service instances running at capacity. For
|
||||||
a server with 2 CPUs of 10 cores each, with hyperthreading
|
a server with 2 CPUs of 10 cores each, with hyperthreading
|
||||||
turned on, the default CPU overcommit ratio of 16:1 would
|
turned on, the default CPU overcommit ratio of 16:1 would
|
||||||
allow for 640 (2 x 10 x 2 x 16) total <literal>m1.small</literal> instances. By
|
allow for 640 (2 × 10 × 2 × 16) total <literal>m1.small</literal> instances. By
|
||||||
the same reasoning, using the default memory overcommit ratio
|
the same reasoning, using the default memory overcommit ratio
|
||||||
of 1.5:1 you can determine that the server will need at least
|
of 1.5:1 you can determine that the server will need at least
|
||||||
853GB (640 x 2,048 MB % 1.5) of RAM. When sizing nodes for
|
853 GB (640 × 2,048 MB / 1.5) of RAM. When sizing nodes for
|
||||||
memory, it is also important to consider the additional memory
|
memory, it is also important to consider the additional memory
|
||||||
required to service operating system and service needs.</para>
|
required to service operating system and service needs.</para>
|
||||||
<para>Processor selection is an extremely important consideration
|
<para>Processor selection is an extremely important consideration
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
<!ENTITY ndash "–">
|
<!ENTITY ndash "–">
|
||||||
<!ENTITY mdash "—">
|
<!ENTITY mdash "—">
|
||||||
<!ENTITY nbsp " ">
|
<!ENTITY nbsp " ">
|
||||||
|
<!ENTITY times "×">
|
||||||
|
|
||||||
<!ENTITY CHECK '<inlinemediaobject xmlns="http://docbook.org/ns/docbook">
|
<!ENTITY CHECK '<inlinemediaobject xmlns="http://docbook.org/ns/docbook">
|
||||||
<imageobject>
|
<imageobject>
|
||||||
|
Loading…
Reference in New Issue
Block a user