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

ConcurrentTileCache does not seem to apply correct memory purging #105

Open
aaime opened this issue Nov 5, 2015 · 3 comments
Open

ConcurrentTileCache does not seem to apply correct memory purging #105

aaime opened this issue Nov 5, 2015 · 3 comments

Comments

@aaime
Copy link
Member

aaime commented Nov 5, 2015

Got a OOM in a system that used it, checking the memory dump, it contained 8 million CachedTileImpl, which in turn were holding over 1.3GB only as BigInteger keys... there is something wrong with cache cleaning there, but not sure what...

@simboss
Copy link
Member

simboss commented Oct 20, 2017

@aaime do we use it anywhere any longer?

@aaime
Copy link
Member Author

aaime commented Oct 20, 2017

Nope, we switched to ConcurrentTileCacheMultiMap and haven't used it for a long time.

@simboss
Copy link
Member

simboss commented Oct 20, 2017

Then I would close this one and start a deprecation cycle before next release.

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

2 participants