Memory Leak - Python & License Plate Reader
-
I recently upgraded a Blue Iris install which was working with CP 2.5.6 without any difficulties. However, after upgrading to CP 2.6.5 (and installing new modules Yolov5.net, Optical Character Recognition, and License Plate reader, I noticed that there is a slow buildup of ram use by Python that I did not have before. In the past, the system ram use was stable over weeks and months but now over the course of several days system ram use slowly ramps up.
In Task Manager, I can see that Python is using the majority of the system RAM. If I stop the License Plate Reader module leaving the other two modules running, python memory use disappears from Task manager and overall ram use is normal. Restarting License Plate Reader module restarts python with typical normal RAM use but after several days, it will become excessive (in excess of 6 GB).
appears to be a memory leak in License Plate Reader with CP 2.6.5 that did not exist in 2.5.6?
-
I recently upgraded a Blue Iris install which was working with CP 2.5.6 without any difficulties. However, after upgrading to CP 2.6.5 (and installing new modules Yolov5.net, Optical Character Recognition, and License Plate reader, I noticed that there is a slow buildup of ram use by Python that I did not have before. In the past, the system ram use was stable over weeks and months but now over the course of several days system ram use slowly ramps up.
In Task Manager, I can see that Python is using the majority of the system RAM. If I stop the License Plate Reader module leaving the other two modules running, python memory use disappears from Task manager and overall ram use is normal. Restarting License Plate Reader module restarts python with typical normal RAM use but after several days, it will become excessive (in excess of 6 GB).
appears to be a memory leak in License Plate Reader with CP 2.6.5 that did not exist in 2.5.6?
Post CodeProject.AI questions in the dedicated forum at CodeProject.AI Discussions[^]
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles. Dave Kreskowiak