A Samuel Pottinger
A Samuel Pottinger
Tying this together... @sj-unit72 / @einarOttestad I'm curious what brought this to your attention. Are you running into memory exhaustion on your computer? #### What's going on Yeah I agree...
Sorry @dzaima I should have included this (and sorted by size). @sj-unit72 - yeah like I said this is likely not a memory leak per-se then. It's just the strategy...
All that said, asking the group here if we think any action should be taken on the processing side? Maybe there's an option to incorporate this into the Processing documentation...
LMK if there is interest in adding `memoryMode` and I can drop in a PR but it would be similar to `size` in that it would need to be in...
Yeah I would agree with that @benfry. I think this might just be the GC (and specifically [shenandoah](https://wiki.openjdk.org/display/shenandoah/Main)) trying to avoid a poorly timed "real malloc" later.