-
Notifications
You must be signed in to change notification settings - Fork 352
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
Memory Leak related to keepAlive / resume / unreleased ByteBuffers #1009
Comments
OlegDokuka
added a commit
that referenced
this issue
May 24, 2021
…ames (#1009) Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
OlegDokuka
added a commit
that referenced
this issue
May 24, 2021
…ames (#1009) Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
OlegDokuka
added a commit
that referenced
this issue
May 24, 2021
…ames (#1009) Signed-off-by: Oleh Dokuka <oleh.dokuka@icloud.com>
@yamass this should be fixed in master now. Can you please check on the latest 1.1.1-SNAPSHOT and respond back if it works as expected. Thanks |
Looks good to us. Awesome! Thanks you very much! |
@OlegDokuka Can you already predict when the 1.1.1 release will approximately be ready? |
@yamass it is this week. Approximately on Wednesday |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We are experiencing a memory leak that we could reduce to a simple example with RSocket. It only occurs when using the resume functionality and seems to somehow be tied to the keepAlive mechanism.
Expected Behavior
No memory leak.
Actual Behavior
We are seeing a lot of these log messages:
We also see the of-heap memory usage constantly increase, up to the point were we get OutOfMemoryErrors:
Steps to Reproduce
We reduced the problem to a very basic setup (NOTE the important VM parameters below!):
Notes:
-Dio.netty.leakDetection.level=PARANOID
-Xmx100M
or a similar value. Will still take 15min on our machine.Possible Solution
No suggestion from our side. I hope you can figure it out using our example.
Your Environment
The text was updated successfully, but these errors were encountered: