My JavaFX is using a serious about of memory. How can i reduce this amount?
Is there a way to reduce the heap size and how do i do that in intellij?
I look at a few other questions but none seem to answer my question Does it make sense to call System.gc() and Thread.sleep() when working on Bitmaps? Is there a way to lower Java heap when not in use? But i still dont know how to do it if its possible?
Thanks