@lpzen
in java there is something called the heap
when the program needs memory its taken from the heap
when a program is done with memory it is not released from the heap UNTIL the garbage collector runs
I had you turn on the incremental garbage collector, its the equivalent of grabbing the...