Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Garbage collection #103

Closed
tardieu opened this issue Dec 14, 2023 · 0 comments
Closed

Garbage collection #103

tardieu opened this issue Dec 14, 2023 · 0 comments
Labels
wontfix This will not be worked on

Comments

@tardieu
Copy link
Member

tardieu commented Dec 14, 2023

MCAD caches limited information about AppWrappers in maps keyed by the AppWrapper UID. The cached information is cleared when we finalize the deletion of the AppWrapper by removing the finalizer. It is possible for the cached information to leak, i.e., remain in memory post deletion, if the finalizer is deleted outside of MCAD. MCAD needs a garbage collection mechanism to purge cached entries for non-existent UIDs.

@dgrove-oss dgrove-oss closed this as not planned Won't fix, can't repro, duplicate, stale Feb 14, 2025
@dgrove-oss dgrove-oss added the wontfix This will not be worked on label Feb 14, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants