I was wondering what a memory leak was so I started looking into it a bit and found this
Memory leaks are a very specific kind of high RAM usage. Usually, when a program stops a certain task, it’ll keep some stuff in memory in case you re-launch that task later (which is good!). However, it’ll mark it okay to “clear” in case your system needs that RAM for something important. Memory leaks happen when a program doesn’t mark that finished task as okay to clear—meaning it just stays in memory forever until you close the program completely or restart your computer (which is bad).
Can anyone confirm this is what happens with the memory leak problem Blue Iris has with the graphics driver.
Memory leaks are a very specific kind of high RAM usage. Usually, when a program stops a certain task, it’ll keep some stuff in memory in case you re-launch that task later (which is good!). However, it’ll mark it okay to “clear” in case your system needs that RAM for something important. Memory leaks happen when a program doesn’t mark that finished task as okay to clear—meaning it just stays in memory forever until you close the program completely or restart your computer (which is bad).
Can anyone confirm this is what happens with the memory leak problem Blue Iris has with the graphics driver.