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

Fix memory leak in the test #12793

Open
Jackie-Jiang opened this issue Apr 4, 2024 · 0 comments
Open

Fix memory leak in the test #12793

Jackie-Jiang opened this issue Apr 4, 2024 · 0 comments

Comments

@Jackie-Jiang
Copy link
Contributor

In the test suite of Java 21 with skipping byte buffers, there are lots of warnings similar to:

WARN [MmapMemory] [Finalizer] Mmap section of 105 wasn't explicitly closed

This is caused by test not closing the buffers/destroying the segments

We should fix all of them

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant