You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes bad memory leak in NodeJS instances by changing the way node-canvas is initialized. Previously, the garbage collector was unable to reclaim used memory from external buffers causing the memory usage of the node process to constantly grow.