Memory leak in SKIA blur

preview 385. took me quite a while to find the little bugger:

memory leak.vl (17.7 KB)

Hi @schlonzo,

thank you, confirmed.
We are investigating.

Best,
Anton

Hi @schlonzo,

it turned out (as @Elias has found out), that setting the GRContext’s Cache (use the GRContext node) back to 16MB again (in was increased in in 2021.4) helps.

Also, in your particular patch I would rather use ImageFilter’s Blur and apply it to the whole Layer, like so (there is no leak if the ImageFilter or MaskFilter is not used in ForEach):

image

Will it work for you?

We’ll also update the help patches, to clarify MaskFilters/ImageFilters:
“Mask filters are effects that manipulate the geometry and alpha channel of graphical objects.
If you want to blur an entire image (or Layer) use the ImageFilter’s Blur instead.”

Best,
Anton

1 Like

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.