!7 static byte[] bla; p { bla = new int[512*1024*1024]; repeat with sleep 1 { System.gc(); printWithTime("Performed GC. " + renderHeapSizeWithTotal()); bla = null; } }