Since I installed kubuntu, my box was slow, compared to what i was used on other linux distributions, see:
http://kubuntuforums.net/forums/inde...opic=3114608.0
Once the problem resolved, I found that my MSI340x laptop was still not that sharp. So I went to investigate more in depth memory thru the use of different tools and commands:
http://www.cyberciti.biz/faq/linux-check-memory-usage/
To my surprise the command free -m yielded the following output:
fl@MSIX340:~$ free -m
total used free shared buffers cached
Mem: 1976 1255 721 0 61 648
-/+ buffers/cache: 545 1431
Swap: 0 0 0
fl@MSIX340:~$
Does that mean, that I have access to no swap memory at all? While I know that I have as a 1GiB partition on the hdd. If this is the case, how do I assign the virtual memory to be used by kubuntu?
Edited: the swap partition is 1GiB and not 1 meg
http://kubuntuforums.net/forums/inde...opic=3114608.0
Once the problem resolved, I found that my MSI340x laptop was still not that sharp. So I went to investigate more in depth memory thru the use of different tools and commands:
http://www.cyberciti.biz/faq/linux-check-memory-usage/
To my surprise the command free -m yielded the following output:
fl@MSIX340:~$ free -m
total used free shared buffers cached
Mem: 1976 1255 721 0 61 648
-/+ buffers/cache: 545 1431
Swap: 0 0 0
fl@MSIX340:~$
Does that mean, that I have access to no swap memory at all? While I know that I have as a 1GiB partition on the hdd. If this is the case, how do I assign the virtual memory to be used by kubuntu?
Edited: the swap partition is 1GiB and not 1 meg
Comment