Memory is critically overloaded
My crawler is running in a docker container. The
CRAWLEE_MEMORY_MBYTES is set to 61440My docker config
After crawling around 15-20 minutes I receive the warning
Memory is critically overloaded. But when doing the command free -h I notice I still have a lot of free memory as you can see in the screenshots.The playwright crawler is configured like this
I'm a bit clueless why I have this issue. In the past I had issues with zombie processes but this was solved by adding the
--init to my docker run command.Do you have any idea on how I can fix this or further debug this?


