mirror of
https://github.com/Zygo/bees.git
synced 2025-07-01 00:02:27 +02:00
context: keep the resolve cache smaller
We don't need to cache 65536 extent maps, especially if each one can have almost 700K references. Valgrind's massif tool points to the extent map cache as a very large memory allocator, but test runs with memcg disagree. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -766,6 +766,7 @@ public:
|
||||
|
||||
BeesResolveAddrResult resolve_addr(BeesAddress addr);
|
||||
void invalidate_addr(BeesAddress addr);
|
||||
void resolve_cache_clear();
|
||||
|
||||
void dump_status();
|
||||
void show_progress();
|
||||
|
Reference in New Issue
Block a user