LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   virtual memory (https://www.linuxquestions.org/questions/linux-newbie-8/virtual-memory-4175491166/)

lymarisds 01-13-2014 03:59 PM

virtual memory
 
i have ubuntu instaled in a virtual machine because a class. Im really new with this and I need to know how how many space i have in virtual memory and its performance...

lleb 01-13-2014 06:33 PM

a few ways. depending on the virtualizer you are using to create your VM it will tell you how much cores, how much RAM, and how large of a partition you gave it on the HDD during its creation.

or you can start up the VM enter a terminal window and type
Code:

$ free -m
that will show you how much RAM is installed, how much is in use, and how much SWAP and how much SWAP is in use.


All times are GMT -5. The time now is 11:05 PM.