Skip to content

Commit

Permalink
Changes based on the reviews
Browse files Browse the repository at this point in the history
  • Loading branch information
reinhapa committed Mar 16, 2024
1 parent a8bda7e commit 03795cc
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/main/xar-resources/data/configuration/configuration.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1008,17 +1008,18 @@
<sect3 xml:id="content-file">
<title> <tag>rpc-server</tag>/<tag>content-file</tag> element</title>

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

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

0 comments on commit 03795cc

Please sign in to comment.