Actions
Optimization #6454
closedForce os to release memory on rule reload
Effort:
Difficulty:
Label:
Description
Rule reload results in large chunks of memory being freed as the as the old signature tables are discarded. The OS may keep the memory available to the process for re-use even if that may not happen which can appear as if the process is using more memory than it should. Help the memory management system along by telling to release as much memory as it can at this point.
Actions