File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
src/main/xar-resources/data/configuration Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1008
1008
<sect3 xml : id =" content-file" >
1009
1009
<title > <tag >rpc-server</tag >/<tag >content-file</tag > element</title >
1010
1010
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
1012
1012
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.
1014
1014
The location, size and other parameters for this file can be set using the
1015
1015
<tag >content-file</tag > element.</para >
1016
1016
<para > <tag >content-file</tag > Attributes:</para >
1017
1017
<variablelist >
1018
1018
<varlistentry >
1019
1019
<term > <code >max-in-memory-size</code > </term >
1020
1020
<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 >
1022
1023
</listitem >
1023
1024
</varlistentry >
1024
1025
</variablelist >
1028
1029
<title > <tag >rpc-server</tag >/<tag >content-file-pool</tag > element</title >
1029
1030
1030
1031
<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.
1032
1033
To calculate the maximum size of used memory the maximum in memory size of a single content file has
1033
1034
to be multiplied by the size of the pool.
1034
1035
The location, size and other parameters for this file can be set using the
You can’t perform that action at this time.
0 commit comments