As a last resort to my question, I am yet to try the mem
parameter of kernel to force it to use the specified amount of RAM. Short Summary - I can only see 3.2GB RAM on a 64bit OS and am not sure ifs a hardware limitation, so wants to try as I found a post on Ubuntuforums.
My question is if its ok to play with my resident Ubuntu install or should I be using a live bootable usb? What values do I try (I have 6GB with only 3.2GB being usable) and how to keep it safe? I don't want to burn any of my hardware component at this point of time or make the system unbootable.
Running Ubuntu 11.10
with kernel 3.0.0-13-generic
mem=3500M
since I only have 4GB plugged in right now and it doesn't work. It do works if I cap it lower at 2GBmem=2048M
. But your answer explains the question, so I will mark it as answer. Thanks! – Ashfame Nov 27 '11 at 09:50mem
parameter works slightly different from what @Caesium explained: "mem=nn[KMG] […] [X86] Work as limiting max address." (see). I had to usemem=6700M
to lowerfree -m
available memory from 5763 MiB to 5365 MiB. Found out by experimenting, since I did not know the size and location of reserved address space. – tanius Aug 20 '16 at 18:07