Files
openclaw/src
wings1029 c64a16196a fix(resolve-system-bin): cap binary resolution caches with eviction (#108858)
* fix(resolve-system-bin): cap binary resolution caches with eviction

The two module-level Maps grow with every distinct binary name resolved.
A 512-entry cap prevents unbounded memory growth in long-running processes
that resolve many different system binaries.

* fix(resolve-system-bin): share LRU cache pruning

---------

Co-authored-by: Peter Steinberger <steipete@gmail.com>
2026-07-16 11:17:00 -07:00
..