Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Use of MappedByteBuffer can deal to (practically) unbounded virtual memory usage #5

Open
eric opened this issue Nov 24, 2013 · 1 comment

Comments

@eric
Copy link

eric commented Nov 24, 2013

With a high volume of messages I've seen 20 or more deleted journal files still mapped according to /proc/<pid>/maps.

It looks like the JVM is expected to just unmmap() those when the MappedByteBuffer is GC'd, but I've seen that it can take a surprisingly long amount of time for them to be cleaned up.

Has anyone else experienced this?

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

No branches or pull requests

1 participant