RAM memory purge?
Tofloor
poster avatar
wajed
deepin
2020-01-25 11:09
Author
Hello,

I'm facing the problem of memory leak, specially/specifically when using Chrome

If I open lots of tabs, it gets slower expectedly, but the problem is that even if I close lots of tabs, it remains slow.

Is there a way to purge memory / clear the (closed) tabs from memory / or any solution?


Reply Favorite View the author
All Replies
fly_man
deepin
2020-01-26 00:26
#1
I think it's because when you open lots of tabs, some data will be swap to disks. After you close some tabs, data is still on the disks. (As you know, disk is much slower than memory.)  
Reply View the author
mediadriven
deepin
2020-02-12 08:11
#2
Edited by mediadriven at 2020-2-13 09:46

Open Terminal
sudo suInput password
type: sync and then hit enter
then: echo 3 > /proc/sys/vm/drop_caches

exit







Reply View the author