belov-sergei / scan-my-disk

Interactive pie chart visualization of disk space usage.
GNU General Public License v3.0
8 stars 0 forks source link

Application does not release memory after usage when returning to the disk selection screen. #57

Closed belov-sergei closed 9 months ago

belov-sergei commented 9 months ago

The bug reproduces after 5-10 consecutive runs and interrupt the scanning each time. At some point, a portion of the memory does not get released. image

belov-sergei commented 9 months ago

So, it seems this is normal behavior for the operating system https://stackoverflow.com/a/17008306

I have confirmed that if the memory is loaded to 100%, the system will automatically release this reserved memory and the application's memory usage will return to the value it had at the start.