Skip to content

Commit 03795cc

Browse files
committed
Changes based on the reviews
1 parent a8bda7e commit 03795cc

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/main/xar-resources/data/configuration/configuration.xml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1008,17 +1008,18 @@
10081008
<sect3 xml:id="content-file">
10091009
<title> <tag>rpc-server</tag>/<tag>content-file</tag> element</title>
10101010

1011-
<para>This element configures the maximum amount of data held in the HEAP space before
1011+
<para>This element configures the maximum amount of data in bytes held in the heap space before
10121012
the data is moved to the temporary disk space. While using memory improves the performance
1013-
and not triggering eventually existing virus scanners it comes with the cost of HEAP size usage.
1013+
and not triggering eventually existing virus scanners it comes with the cost of heap size usage.
10141014
The location, size and other parameters for this file can be set using the
10151015
<tag>content-file</tag> element.</para>
10161016
<para> <tag>content-file</tag> Attributes:</para>
10171017
<variablelist>
10181018
<varlistentry>
10191019
<term> <code>max-in-memory-size</code> </term>
10201020
<listitem>
1021-
<para>Defines the maximum in memory hold data before storing on temporary disk space.</para>
1021+
<para>Defines the maximum amount of data in bytes to hold in memory, before storing on
1022+
temporary disk space.</para>
10221023
</listitem>
10231024
</varlistentry>
10241025
</variablelist>
@@ -1028,7 +1029,7 @@
10281029
<title> <tag>rpc-server</tag>/<tag>content-file-pool</tag> element</title>
10291030

10301031
<para>This element configures the pool used to hold the content file entries in order to reuse the once
1031-
initialized instances to further improve the performance and to limit the amount of used HEAP size.
1032+
initialized instances to further improve the performance and to limit the amount of used heap size.
10321033
To calculate the maximum size of used memory the maximum in memory size of a single content file has
10331034
to be multiplied by the size of the pool.
10341035
The location, size and other parameters for this file can be set using the

0 commit comments

Comments
 (0)