We have deployed a javafx application which creates some charts (Scatter and line charts), and we have inserted it into a web page as an applet.
When we try to refresh the page about 5 - 7 times the javafx applet crashes due to permgen memory gets filled. We have tried with empty charts (only axis and title) and it also crashes.
When we try to refresh the page about 5 - 7 times the javafx applet crashes due to permgen memory gets filled. We have tried with empty charts (only axis and title) and it also crashes.
- duplicates
-
JDK-8108832 FX applets have major memory leak
- Closed