Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: RAM is not freed even after all programs were shutdown (Read 581 times) previous topic - next topic
0 Members and 2 Guests are viewing this topic.

RAM is not freed even after all programs were shutdown

I was using vscode, running some android emulator. I was using around 8 GB of ram, then I shut them down. Shut everything down. Waited a minute but ram usage still as high. This is probably a bug. It's not supposed to happen. Even I killed adb server. I don't know what could be wrong. It solved after restart though.

Re: RAM is not freed even after all programs were shutdown

Reply #1
Please, before opening any new new topic, send feedback and mark your previous topics as solved, or not (for example)

If your hardware is having issues, we cannot assist.

Regards

Re: RAM is not freed even after all programs were shutdown

Reply #2
I just did. I am not sure that it's a hardware issue. Maybe kernel? I don't know. Then maybe I should reach to Linus Torvalds himself.

Re: RAM is not freed even after all programs were shutdown

Reply #3
Well done.

vscode and android emulators are probably having memory handling issues.

We do not  provide support for packages from AUR.

Therefore, you may address it to Linus, or to whom you would like to, but my suggestion would be, to create issues on their git project pages respectively, instead.

i.e. https://github.com/microsoft/vscode


Re: RAM is not freed even after all programs were shutdown

Reply #4
Have you checked the memory usage with programs like htop or some system monitor?
There very well could be a zombie process still running, or something in background and you only closed the frontend.

So check this first, it is no Linux fault that something is eating memory.