I am self-hosting n8n 1.110.1 in Docker (Ubuntu 24.04, Node 22). My workflow uploads a PDF through a Form node and passes it to the "Extract from File" node set to "Extract From PDF". When I execute it, the whole n8n container dies and restarts with no logs at all. The PDF is only about 300kb. It looks like an out-of-memory error but nothing is written to the logs before the restart. Has anyone seen this and found a way around it?