We are seeing some sketches exceed the heap limits either through the JDT or ANTLR when they are very large (>50k lines). This PR increases the heap for helping the IDE keep up when the parse trees get larger. Separately, looking at benchmarks online, Java 11 is fast but it may be a little less prudent on the heap. Informally, I am seeing some of this myself. So, keeping with the past, increasing the default sketch max memory to match the new higher IDE limit.
We are seeing some sketches exceed the heap limits either through the JDT or ANTLR when they are very large (>50k lines). This PR increases the heap for helping the IDE keep up when the parse trees get larger. Separately, looking at benchmarks online, Java 11 is fast but it may be a little less prudent on the heap. Informally, I am seeing some of this myself. So, keeping with the past, increasing the default sketch max memory to match the new higher IDE limit.