0

I've been using Linux for a couple of years now. My first Linux OS was Ubuntu, and since then I used Lubuntu, Xubuntu, Arch Linux, openSUSE and Debian. My computer specs are the following (really bad PC, by the way):

Intel Celeron CPU @ 2.8 GHz (32- and 64-bit capable), 1512 MB (1.5 GB) of RAM memory and an NVidia GeForce 6200 GPU

Ubuntu and openSUSE were usable, but pretty sluggish. Debian, Lubuntu, Xubuntu and Arch were always pretty fast and smooth (at least to a 9 year old computer). All of them were always 32-bit (i386).

My question, is there any advantage for me to use a 64-bit version of, say, Lubuntu? What are the pros of a 64-bit system besides being able to access more than 2/3 GB of RAM? Will it improve my performance? I don't care having a bit less free RAM memory, since Lubuntu/Xubuntu always stay around 150~250 MB.

Eduardo Cola
  • 5,876
  • 3
  • 20
  • 33

2 Answers2

1

If anything, I'd say 64-bit will be slower, since it uses more RAM in general. Unless you need some program that only runs on 64-bit systems, stay with 32-bit. If you had closer to 4GB RAM, I'd recommend 64-bit, but the combination of the slow processor and low RAM, it might not work out well.

Of course, since Ubuntu is easy to install, you could try a 64-bit version out and see what happens. Who knows? Maybe it'll end up being faster. In general, though, unless you have 4GB+ RAM, stay on 32-bit.

TheWanderer
  • 19,525
  • 12
  • 52
  • 65
0

If your CPU is capable of 64-bit use it – it will split the tasks amongst/within the CPU-cores. Mainly to be recognized when U do e.g. Video-encoding - or when U get a new Linux-Kernel. Measure the time consumed to create the initramfs. Compare it.

https://en.wikipedia.org/wiki/64-bit_computing#32-bit_vs_64-bit (see "Summary")

This has nothing to do with RAM unless it exeeds 4GB - all 32bit-Ubuntu Kernels are PAE. Even though it's not visible from the naming. It threw a big wave on users wt Pentium-M processors a good while ago with 12.04. The question for more RAM usage is inunderstandable. Since when U run out of sufficient RAM the SWAP-Partition will be used - Then things slow down recognizable.