I’m using HashMap to hold assets, and it appears that removing entries doesn’t free up memory even after some time. I attempted to use shrink_to_fit to adjust the capacity, and while it did adapt, it seems the memory isn’t released until it’s reused.
Am I overlooking something, or is there a way to instruct the canister to release unused memory?