Author: lquack
Date: Wed Aug 3 13:17:16 2016
New Revision: 1755086
URL: http://svn.apache.org/viewvc?rev=1755086&view=rev
Log:
NO-JIRA: [Java Broker, Documentation] Fix formatting of memory formulas in
broker docbook
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/runtime/Java-Broker-Runtime-Memory.xml
Modified:
qpid/java/trunk/doc/java-broker/src/docbkx/runtime/Java-Broker-Runtime-Memory.xml
URL:
http://svn.apache.org/viewvc/qpid/java/trunk/doc/java-broker/src/docbkx/runtime/Java-Broker-Runtime-Memory.xml?rev=1755086&r1=1755085&r2=1755086&view=diff
==============================================================================
---
qpid/java/trunk/doc/java-broker/src/docbkx/runtime/Java-Broker-Runtime-Memory.xml
(original)
+++
qpid/java/trunk/doc/java-broker/src/docbkx/runtime/Java-Broker-Runtime-Memory.xml
Wed Aug 3 13:17:16 2016
@@ -212,12 +212,16 @@
However, remember that both heap and direct memory are served from
your computer's physical memory so their sum should never exceed the physically
available RAM (minus what other processes use).
</para>
<para>
- <mathphrase>
- memory<subscript>heap</subscript> = 15 MB + 15 kB *
N<subscript>sessions</subscript> + 1 kB * N<subscript>messages</subscript> + 17
kB * N<subscript>connections</subscript>
- </mathphrase>
- <mathphrase>
- memory<subscript>direct</subscript> = 2 MB + (200 B +
averageSize<subscript>msg</subscript> *2)* N<subscript>messages</subscript> +
512 kB * N<subscript>connections</subscript>
- </mathphrase>
+ <informalequation>
+ <mathphrase>
+ memory<subscript>heap</subscript> = 15 MB + 15 kB *
N<subscript>sessions</subscript> + 1 kB * N<subscript>messages</subscript> + 17
kB * N<subscript>connections</subscript>
+ </mathphrase>
+ </informalequation>
+ <informalequation>
+ <mathphrase>
+ memory<subscript>direct</subscript> = 2 MB + (200 B +
averageSize<subscript>msg</subscript> *2)* N<subscript>messages</subscript> +
512 kB * N<subscript>connections</subscript>
+ </mathphrase>
+ </informalequation>
Where <mathphrase>N</mathphrase> denotes the total number of
connections/sessions/messages on the broker. Furthermore, for direct memory
only the messages that have not been flown to disk are relevant.
</para>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]