-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 6.0, 7.10
-
Component/s: Events / Works
Here is the current default value by pools:
name | clearCompletedAfterSeconds |
---|---|
default | 3600 |
fulltextUpdater | 600 |
elasticSearchIndexing | 90 |
quota | 3600 |
audit | 300 |
When unspecified the default is 3600s.
The cleanup must be more aggressive so on high throughput we are not creating memory contention.
The cleaning is called every 300s so it is useless to use less than 300s.
The default should be set to 600s and heavy used pool should use 300s.
–
Completed work information are cleared earlier to save memory footprint.