-Xmx, -XX:MaxPermSize not helping, OS is Ubuntu 16.10
First I ran my javafx experiment loading some pics and showing them in cycle using canvas node. Now I run javafx demo apps (different) ver. jdk1.8.0_112 and jdk1.8.0_111 on corresponding jvm's. The results are same: after a few minutes everything becomes glitchy and unresponsive. If I use ulimit -Sv
, the program crashes soon, or doesn't start, due to insufficient memory.
Here are what I see just after the program start and in less than 2 minutes of it performing animation: before
The strangeness is that when I run this at work (system complete format-reinstall doesn't help), memory grows indefinitely, while at home this same program can slow down, but works and takes less than 1G of memory. At home I use older PC with Intel i7 processor and Radeon discrete graphics, at work newer Intel i7 and built-in graphics. OS is the same. Have no clue what else could matter.