Driver Date 2025/04/27
Driver Version 32.0.15.7628 - nVIDIA ForceWare 576.28
I don't think there's any point in updating the driver, since my graphics card isn't the latest. I'm more concerned about the antivirus, because I've experienced similar RAM inflation with some applications before... The maximum RAM size an application occupied was about 27 GB.
Your card is still in support, so they are still releasing patches for yours all the time. Though, yeah from the version you have, it shouldn't be that big of a deal, so staying is good.
Well, my application is clean, I've even supplied the source for anyone to build it themselves and provided the virus total on it (which if you look into the sandboxing they supply, can see it's mostly all just Microsoft .NET libraries and stuff since it's a C# app.
If people are still hesitant about it, I could even explain how to decompile the exe and inspect it as it's not signed and a debug build lol
Generally when ram gets larger to that size, it is related to a memory leak of sorts or other bad memory management (usually seen in C++ applications). From my review so far, the flash portion oi the code is having a memory leak, but it is very small and gradual. On your machine, the main memory leak seems to be happening rapidly on the GPU side. If your Windows and nVidia card are not up to date (especially Windows 10 updates), there
could always be a case of a security hole that allows other apps to attach itself and into the lower levels of the system, even the GPU. Not saying this is it, but you could always check the GPU activity to see what the 3D Video Encode/Decode are doing with the app open and closed. In my picture the game is idling after being on for over two hours with me purposely trying to cause memory leaks.
Do note that the memory getting larger is a bug, just that it seems that I am not seeing the rapid increase others are seeing, as it takes me a while to get to the point where they were. Now if yours was rapidly increasing while idling, that would be even more different and very odd.
EDIT: Forgot to provide the second image of the stats of a few hours of trying to cause memory leaks.