carrotdata / carrot-cache

In-Out-Process Java cache (L1/L2 off-heap, scalable, ZeroGC) with full SSD support
Apache License 2.0
3 stars 0 forks source link

[SCAVENGER] Restore periodic runs #342

Closed VladRodionov closed 4 months ago

VladRodionov commented 8 months ago

We need to run scavengers periodically, when expiration is enabled to clean up expired items. This may be beneficial when maximum cache size is larger that effective working set size (WSS).

VladRodionov commented 4 months ago

Done as a part of #389

VladRodionov commented 4 months ago

Periodic runs (vacuum) are disabled by default.