mirror of
https://github.com/documenso/documenso.git
synced 2026-06-29 15:50:53 +10:00
6739242554
Seems there's a memory leak in gpu rendering with skia canvas where contexts can live for much longer than expected escaping gc cleanup CPU rendering seems better albeit a bit slower. Synthetic tests were ran with `--expose-gc` to simulate load over time.