How to Fix and Prevent Memory Leaks in Windows 10
Programs are executed only when loaded into RAM. Programs are broken into small entities called processes. These processes acquire RAM memory at run-time only. In the idle case programs are stored in hard drives. A program require fixed amount of RAM space at Runtime. Whenever a program acquire more space than needed earlier it overloads the RAM and slowed down the entire speed of execution of other processes loaded into RAM. This is termed as memory leak. Read the guide how to Fix and Prevent Memory leaks in Windows 10.