How To Swap Memory In Linux?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
1. Firstly identify which type of memory your Linux system is using by running the command “sudo dmidecode –t memory” in terminal.
2. Once you have identified the type of memory your system uses, buy a compatible stick of RAM. Make sure to check the manufacturer’s specs.
3. Shut down your Linux system and remove the side panel of the desktop computer or laptop.
4. Remove the existing stick of RAM and replace it with the new one.
5. Reattach the side panel, plug the computer back in, and power on the system.
6. Verify that your system recognized the newly installed memory with the command “cat /proc/meminfo”. If you see the new memory’s size in the output, you’ve successfully swapped memory in Linux!