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

Usage of msgpack leaks memory into PermGen #907

Closed
bernd opened this issue Jan 20, 2015 · 1 comment
Closed

Usage of msgpack leaks memory into PermGen #907

bernd opened this issue Jan 20, 2015 · 1 comment
Assignees
Labels
Milestone

Comments

@bernd
Copy link
Member

bernd commented Jan 20, 2015

Each new RadioMessageCodec gets a new MessagePack instance via injection. This results in new classes generated for each message that is processed and eventually leads to PermGen exhaustion.

yk

@bernd bernd added the bug label Jan 20, 2015
@bernd bernd self-assigned this Jan 20, 2015
@bernd bernd added this to the 1.0.0 milestone Jan 20, 2015
@bernd bernd closed this as completed in d9d4ef8 Jan 20, 2015
@lennartkoopmann
Copy link
Contributor

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

No branches or pull requests

2 participants