Skip to content

Commit f977c17

Browse files
committed
[optimize] limit in memory pooled RPC values
1 parent fe946da commit f977c17

File tree

1 file changed

+2
-2
lines changed
  • exist-distribution/src/main/config

1 file changed

+2
-2
lines changed

exist-distribution/src/main/config/conf.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -816,7 +816,7 @@
816816
817817
-->
818818
<serializer add-exist-id="none" compress-output="no" output-doctype="yes" enable-xinclude="yes"
819-
enable-xsl="no" indent="yes" match-tagging-attributes="no"
819+
enable-xsl="no" indent="yes" match-tagging-attributes="no"
820820
match-tagging-elements="no">
821821
<!--
822822
You may add as many custom-filters as you want, they will be executed
@@ -1121,6 +1121,6 @@
11211121
- max-idle:
11221122
Defines the maximum amount of idle pool entries that will not be removed for later reuse.
11231123
-->
1124-
<content-file-pool size="-1" max-idle="5"/>
1124+
<content-file-pool size="10" max-idle="5"/>
11251125
</rpc-server>
11261126
</exist>

0 commit comments

Comments
 (0)