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

3

1

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?

AlexanderMP

Posted 2010-12-21T19:06:53.210

Reputation: 546

See also My processor is 64-bit - does that mean I need the amd64 image?.

– Gilles 'SO- stop being evil' – 2010-12-21T23:20:10.983

Answers

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

Sathyajith Bhat

Posted 2010-12-21T19:06:53.210

Reputation: 58 436

1There is an experimental amd64 flash player too. No need for cross-libraries at the moment. Though, Ubuntu will install the 32bit/cross-lib ones. – Apache – 2010-12-21T19:39:42.260

3

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:

netvope

Posted 2010-12-21T19:06:53.210

Reputation: 4 505

1Note 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. – Matti Pastell – 2010-12-21T19:57:54.300

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). – AlexanderMP – 2010-12-21T22:18:17.987

0

You'll need the 64bit version with your RAM. I haven't had any issues with flash or Java in 10.10 or 10.04, which I had with older versions a couple of years ago. And yes amd64 works well with Intels too, they should really change the name...

Matti Pastell

Posted 2010-12-21T19:06:53.210

Reputation: 181