Artix Linux Forum

Artix Linux => System => Topic started by: ironcrystal on 03 March 2021, 22:06:32

Title: RAM is not freed even after all programs were shutdown
Post by: ironcrystal on 03 March 2021, 22:06:32
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.
Title: Re: RAM is not freed even after all programs were shutdown
Post by: linuxer on 03 March 2021, 22:27:33
Please, before opening any new new topic, send feedback and mark your previous topics as solved, or not (for example (https://forum.artixlinux.org/index.php/topic,2326))

If your hardware is having issues, we cannot assist.

Regards
Title: Re: RAM is not freed even after all programs were shutdown
Post by: ironcrystal on 04 March 2021, 11:49:01
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.
Title: Re: RAM is not freed even after all programs were shutdown
Post by: linuxer on 04 March 2021, 12:21:57
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

Title: Re: RAM is not freed even after all programs were shutdown
Post by: SGOrava on 04 March 2021, 15:16:58
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.