How can I maximize the usable memory?

Options
Dieter Reuter
Dieter Reuter New Member Posts: 2
Hi,
I'm using Ubuntu 16.04.1 Server on the 4GB UP board. I don't need any graphics at all, it's just a headless Linux server.

First I had only 3.27GByte usable memory, so I reduced the GPU memory in BIOS from 512MB down to 32MB. Now I do have 3.77Gbyte in total, which is quite better.

I'm wondering how I can change some settings to get more memory to use in Linux. The board has 4096MByte, therefore I'm missing around 200MB.

Any pointers or help is greatly appreciated.

Dieter

Comments

  • Dan O'Donovan
    Dan O'Donovan Administrator, Moderator, Emutex Posts: 241 admin
    Options
    Hi Dieter

    The output of 'dmesg' will list the memory regions that have been reserved by the BIOS.
    I'm guessing that it might be possible to reduce some of these by playing with BIOS settings to disable some devices. Risky though! :-)

    Best regards,
    -Dan
  • Dieter Reuter
    Dieter Reuter New Member Posts: 2
    Options
    Hi Dan,
    thanks, I'll take a closer look with 'dmesg' but I guess most of these missing 200MB could be reserved for BIOS and other services. For me it was a great win to reduce the GPU memory which brought me almost 490MByte back!

    Dieter