Hi !
The memory consuming line is
fade = get(0, 0, width, height);
in your draw()
Which seems to be a memory leak bug in the actual beta ...
edit: I've reported it = https://github.com/processing/processing/issues/1668