Linux Lite Forums

Software - Support => Installing Software => Topic started by: bfb on January 29, 2017, 04:40:50 AM

Title: Clear Memory
Post by: bfb on January 29, 2017, 04:40:50 AM
I find this feature in Lite tweaks for 3.2 extremely useful.
Is there a way I could install  it on 2.8 (32 bit) which I run on an ancient Dell netbook with an Atom processor?
I would prefer not to have to put 3.2 on there if I can avoid it, but as it is at the limit for memory (1 gb ram) the Clear memory tweak might be very useful..
Title: Re: Clear Memory
Post by: Jerry on January 29, 2017, 08:53:09 AM
Unhide files in your home folder (Ctrl+H) add the following to the bottom of the .bashrc file on a new line:

Code: [Select]
alias clearmem="sudo sh -c 'echo 3 >/proc/sys/vm/drop_caches'"
Save and close the file. Then type:

Code: [Select]
source .bashrc
to activate the new alias.

Then every time you want to clear the memory, just type clearmem in a terminal. Lite Tweaks in 3.x does not work in series 2.x The above is a workaround.
Title: Re: Clear Memory
Post by: bitsnpcs on January 29, 2017, 09:18:40 AM
Thank you Jerry :)
I have bookmarked your tutorial, and I will do this on my first LL computer too, which is 2.n and 1Gb.
Title: Re: Clear Memory
Post by: Jerry on January 29, 2017, 09:21:50 AM
No problemo :)
Title: Re: Clear Memory
Post by: bfb on January 30, 2017, 11:11:59 AM
Thanks a lot for taking the time to explain this. It is much appreciated and this Forum and your helpfulness  are  major reasons why Lite is the best distro in my opinion