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

Use munmap() correctly #213

Merged
merged 1 commit into from
Jan 16, 2025
Merged

Use munmap() correctly #213

merged 1 commit into from
Jan 16, 2025

Conversation

AlanGriffiths
Copy link
Contributor

We were failing to release mmapped memory (doing it wrong and at the wrong time). That lead to the memory footprint growing without bound.

C.f. canonical/mir#3710

@tarek-y-ismail tarek-y-ismail added this pull request to the merge queue Jan 16, 2025
Merged via the queue into main with commit 2594da6 Jan 16, 2025
3 checks passed
@tarek-y-ismail tarek-y-ismail deleted the fix-leak branch January 16, 2025 12:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants