what is memory slot
How to install 8GB Ram in Asus X551CA? - Asus X551CA - iFixit
Hi, im planning to buy 8GB RAM memory for my ASUS X551CA laptop. How to install the 8GB RAM Memory in X551CA Motherboard ASUS Laptop? and what is the limit of Memory Slots of ASUS X551CA Motherboard? is it 4 or 8 GB only? Thanks - Asus X551CA
About Laptop RAM Size and Performance - Laptop Deals
In this post we will explain what RAM is and how its capacity / size and other characteristics affect overall laptop performance. What is RAM? RAM (Random Access Memory) is also referred to as system memory. It is a computer part which temporarily carries software and files in current use. It enables the processor to ... Read more
Clear Cached Memory on Ubuntu Using echo, free, sudo, sync, tee
sudo free && sync && sudo echo 3 | sudo tee /proc/sys/vm/drop_caches - (Clear Cached Memory on Ubuntu Clear Cached Memory on Ubuntu based distributions, and also display memory status. Please do not use this on a production machine unless you really really know what you are doing. Echo 3 is a kinder way of purging the memory, you can also use 'echo 2' or 'echo 1' if #1 You know what you are doing, and #2 refer to number 1 :-)). The best command line collection on the internet, submit yours and save your favorites.