public class Test { public static void main(String[] args) { while (true) { byte[] array = new byte[4 * 1024]; } } }