-
Notifications
You must be signed in to change notification settings - Fork 236
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
Possibly Memory Leak #176
Comments
Is this similar to #159 in any way? A problem with Weak Listeners ? |
I don't know exactly. I looked at https://bugs.openjdk.java.net/browse/JDK-8130458 it was fixed but the build b78 still leaks |
Hi, thanks for reporting. It seems like the same issue. Although https://bugs.openjdk.java.net/browse/JDK-8130458 was fixed recently, I doubt it made it into JDK 9 b78. |
I have written a workaround for it. Try it out with version 0.6.7. |
Yes problem solved. Thanks! |
Hi Tomas, I was trying the Markdown Writer FX and noticed a strange memory usage when I'm scrolling a text up/down. Later I reproduced it in RichTextFX demo. When I pasted a text the used heap was 11M after scrolling up/down during few minutes the used heap became 753M.
I'm using Oracle Java 8u60. The same thing happened using Oracle Java 9 Build b78.
The text was updated successfully, but these errors were encountered: