Some pages in the Process Admin Console are automatically refreshed, which can lead to a
high server load. You can reduce the server load that is caused by the automatic refreshing by
reducing the refresh interval.
Procedure
-
Edit the server's 100Custom.xml file.
-
Locate the Process Admin Console section.
-
Add a value for the refresh interval in milliseconds. The default value is 30000 mS (30
seconds). To effectively disable the refresh, set a very high value, such as 86400000 (1 day).
For
example:
<server>
<process-admin-console merge="mergeChildren">
<refresh-interval merge="replace">86400000</refresh-interval>
</process-admin-console>
</server>