mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 14:43:16 -06:00
c64a16196a
* 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>