Closed crissvilleda closed 1 year ago
Which version you are using?
Hi, thanks to respond I am using the crawlab's version V0.6.0
Hi, thanks to respond I am using the crawlab's version V0.6.0
It is recommended that you upgrade to 0.6.1, which fixes some memory overflow bugs
As @ma-pony mentioned, v0.6.1 fixed memory leaking issue. You can upgrade and see if this issue persist.
Describe the bug I successfully implemented the Crawlab software utilizing the power of Kubernetes, consisting of a single Node Master and three Worker nodes. On a daily basis, I undertake the rigorous task of executing a total of 23 tasks. Unfortunately, I encountered an issue where the Node Master would crash. Upon conducting a thorough investigation, I discovered that the memory RAM usage of the Node Master consistently increases after executing all tasks each day.
Expected behavior The expected behavior of the system is for the Node Master to smoothly carry out its responsibilities without any crashes or system failures. Additionally, it is also expected for the memory RAM usage of the Node Master to remain stable and not increase significantly after executing all tasks each day.
Screenshots The memory usage of the first day The memory usage in the second day
This goes on and on until it crash, the Node Master restarted and I lost the files of the scrapy bot.