OS X 10.6 runs by default on 32-bit kernel mode.
What do I get if I run in ton 64-bit kernel mode? Any benefits?
|
OS X 10.6 runs by default on 32-bit kernel mode. What do I get if I run in ton 64-bit kernel mode? Any benefits? |
||||
|
|
|
There are 3 separate 32/64-bit "mode switches" in Mac OS X: 1: The physical RAM address bus, which is determined by (surprise) the CPU and support chipset (this is where PAE and such come in). This is what determines whether the computer can address more than 4GB of physical RAM (actually, around 3.2GB since some of the address space is needed for I/O, especially the video card's memory). 2: The mode a specific program is running in, which is generally 64-bit as long as both the CPU and program support it (although that can be overridden a variety of ways, like using Get Info on the app to select "Open in 32-bit mode", or running it from the command line with 3: Finally, the one you asked about, the kernel. Since this doesn't limit either physical RAM or per-process memory space (with an exception I'll mention in a minute), it doesn't matter nearly as much as the first two (which is why Apple leaves it in 32-bit mode by default). It does have a few effects, though: a 64-bit kernel can't load 32-bit-only extensions (drivers etc); a 64-bit kernel will tend to run a little faster (see Mac Performance Guide's tests); a 64-bit kernel can keep larger page tables (which becomes important when you get up to the area of 100GB of physical RAM); and a 64-bit kernel will also have bigger limits on some other things like the number of open files. |
|||||
|
|
Your codecs/compression/encryption software should work faster provided they are built for 64-bit architecture and takes advantage of it (for example, if you are using FileVault). I was running both 32-bit and 64-bit kernels for a while and they don't feel much different from user's perspective for everyday use. There were drawbacks, however: MacFUSE does not work on 64-bit kernel. |
|||||||||||||||
|
|
Applications that are run in 64-bit mode should be able to use more RAM. A slight performance boost might occur as well. I'm no computer guru though, anyone else care to verify? |
|||||
|