Memory leak in 2.6.5
-
Hi, I'm running version 2.6.5 on Ubuntu 22.04 LTS to do the AI check for my BlueIris installation. The VM has 4GB RAM assigned. All runs very well the first days. But after a while, the system memory is eaten up more and more by the "dotnet" process. As soon as swap starts to be eaten, my Zabbix gives me a warning and I need to reboot the VM. Around once every 1-2 weeks, it usually has around 290,000 pictures analyzed at this point. Just to mention that this is a point to look at with new releases :)
-
Hi, I'm running version 2.6.5 on Ubuntu 22.04 LTS to do the AI check for my BlueIris installation. The VM has 4GB RAM assigned. All runs very well the first days. But after a while, the system memory is eaten up more and more by the "dotnet" process. As soon as swap starts to be eaten, my Zabbix gives me a warning and I need to reboot the VM. Around once every 1-2 weeks, it usually has around 290,000 pictures analyzed at this point. Just to mention that this is a point to look at with new releases :)
What module are you using to process images?
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
-
What module are you using to process images?
"Mistakes are prevented by Experience. Experience is gained by making mistakes."
Mostly YOLOv5.net as it's running on my server which does not have a GPU. Sometimes YOLOv5-6.2 when I forget to change it, because after restart it always starts with this (it seems not to store my preferences). But the memory leak happens with both of them.