Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[windows][cws][wkint-494] fix long, slow memory leak in CWS due to missed notifi… #25493

Merged
merged 2 commits into from
May 14, 2024

Commits on May 10, 2024

  1. [windows][cws] fix long, slow memory leak in CWS due to missed notifi…

    …cations.
    
    Change file and registry cache to (configurable size) LRU.
    Prevents missing messages from causing runaway memory leak.
    
    While it won't prevent the messages from being lost, puts an
    upper bound on our memory consumption  and prevents the leak.
    derekwbrown committed May 10, 2024
    Configuration menu
    Copy the full SHA
    519d46c View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    2f685e8 View commit details
    Browse the repository at this point in the history