32-bit w/686-PAE kernel or 64-bit?

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
JSeymour

32-bit w/686-PAE kernel or 64-bit?

Post by JSeymour »

As I mentioned in another thread: I plan to install Linux Mint Mate on a Dell Optiplex 780/SDT, Intel Core 2 Duo, 3GHz. 4GB RAM. Graphics card (not yet obtained) will probably be a XFX HD-667X-ZNFQ (Radeon 6670 w/dual DVI). I intend to run dual-head. Plan to use the open-source radeon driver, btw.

I tend to install 32-bit Linux', because I've seen more people with odd problems with 64-bit systems than 32-bit systems. But a friend and colleague brought this to my attention:
Multi-core and multi-CPU support in 32-bit kernel

To guarantee compatibility with non-PAE processors, the 32-bit versions of Linux Mint Debian come with a 486 kernel by default. This kernel does not support SMP, and as a consequence is only able to detect one core and one CPU. If your CPU has multiple cores, or if you have more than one CPU, simply install the 686-PAE kernel and reboot your computer.
So: Better to install the 64-bit version, or install the 32-bit version and install the 686-PAE kernel?

Thanks,
Jim
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: 32-bit w/686-PAE kernel or 64-bit?

Post by xenopeek »

If you have a multi-core CPU, you will want 32 bit with PAE or 64 bit. 4 GB RAM is, for me personally, the swing point--you argue it both ways. I've run 64 bit since 2006 and haven't had any specific problems. Adobe Flash used to crash often in the early days on 64 bit, but that is in long distant past. If you intend to run Wine then perhaps 32 bit will be better.

It really depends a bit on what you do with your computer, and what you prefer. 64 bit will be faster for certain tasks, but it can use on average up to 30% more memory per processes than 32 bit.

Linux Mint 13 comes without PAE enabled, to enable it:

Code: Select all

sudo apt-get install linux-image-generic-pae linux-headers-generic-pae
Linux Mint 14 comes with PAE enabled, so you don't need to do anything special.

A good article reviewing 32 bit vs 64 bit speed for Ubuntu 12.04 (Linux Mint 13's package base): http://www.phoronix.com/scan.php?page=a ... 3264&num=1. Or for Ubuntu 12.10 (Linux Mint 14's package base): http://www.phoronix.com/scan.php?page=a ... 3264&num=1
Image
JSeymour

Re: 32-bit w/686-PAE kernel or 64-bit?

Post by JSeymour »

Thanks for the follow-up, xenopeek.

I'm not all that worried about the RAM, and the system ought to be fast enough for my moderate needs, but I will definitely be running Wine for one particular mission-critical application. So: 32-bit with the 686-PAE, you think?

Thanks,
Jim
User avatar
xenopeek
Level 25
Level 25
Posts: 29615
Joined: Wed Jul 06, 2011 3:58 am

Re: 32-bit w/686-PAE kernel or 64-bit?

Post by xenopeek »

Yes :wink:
Image
JSeymour

Re: 32-bit w/686-PAE kernel or 64-bit?

Post by JSeymour »

Thanks!
Locked

Return to “Beginner Questions”