sampottinger / processing

Source code for the Processing Core and Development Environment (PDE)
http://processing.org
Other
10 stars 1 forks source link

Bump memory for Processing and default sketch memory. #94

Closed sampottinger closed 5 years ago

sampottinger commented 5 years ago

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.