We're running into an issue rendering PDFs on the server, where each rendered PDF seems to be creating a memory leak. Here's a small demo Express server that demonstrates the issue: https://gist.github.com/adamperelman/f80c6f8afcc90753187d The memory allocated by the server increases with every request.