What version of Ubuntu to use for Desktop with 8Gb RAM?

5,301

Solution 1

Also, the 64 bit version is listed in the Universal USB Installer as amd64. Does this mean that it's using instruction sets specific to AMD CPUs?

No, it's not restricted to AMD users. amd64 is called so for historic reasons. I'd recommend the 64-bit version ( aka amd64 version). You'll have to install the 32-bit version of flash player

Solution 2

PAE allows you to use more than 4GB RAM on most 32-bit systems (the notable exceptions are the non-server versions of Windows). For 32-bit Linux, the limit is 64 GB.

Ubuntu 10.04 or above automatically installs the PAE enabled kernel if it detects more than 3 GB of available memory. The 32-bit desktop version should work for you.

If it couldn't detect your 8GB RAM, manually install the PAE kernel with

sudo aptitude install linux-generic-pae linux-headers-generic-pae

As far as I know, the 32-bit version use less memory, has better hardware compatibility, but has lower performance on computationally intensive programs. Please correct me if I'm wrong.

See also:

Share:
5,301

Related videos on Youtube

Alex
Author by

Alex

Updated on September 17, 2022

Comments

  • Alex
    Alex almost 2 years

    This may sound as a stupid question, but I am really interested whether Ubuntu Desktop i386 will be able to use all my available RAM. I want to use the latest, non-LTS version, 10.10. It says on the website that it's (i386) the Recommended version. I also recall that Flash Player had issues with 64 bit Linux. Also, the 64 bit version is listed in the Universal USB Installer as amd64. Does this mean that it's using instruction sets specific to AMD CPUs? (I have an Intel) Will it work fine with Intel?

    So which one to download and install? What to do to be able to use 8Gb of RAM?

  • Apache
    Apache over 13 years
    There is an experimental amd64 flash player too. No need for cross-libraries at the moment. Though, Ubuntu will install the 32bit/cross-lib ones.
  • Matti Pastell
    Matti Pastell over 13 years
    Note though that single apps will still be limited to 4GB of memory. I haven't had any hardware problems with 64bit with my systems and e.g startup is clearly faster. I don't think there is significant difference in memory usage.
  • Alex
    Alex over 13 years
    Thanks for the help. Although this answer was very helpful, I followed the other way. I will try to do what you wrote. I didn't know whether Ubuntu has PAE (it said it had, but I only saw 3.2GiB on my 4Gb old PC).