Is 64bit Linux using more memory than 32bit version? I'm interested in this because I'm going to install linux to low end VPS, which has not that much memory etc., so if it is possible to save memory by using 32bit, then I would do that.

link|improve this question

54% accept rate
What do you mean by "more" memory? 64 vs 32 bit is really a question of different types and isn't just a software decision, but tied to the hardware. Does the server you'd be installing on even have 64bit RAM? – Su' Oct 2 '11 at 9:56
Most hardware nowdays is 64-bit capable. So decision to run 32-bit or 64-bit OS is really arbitrary. You can also have a "mix", e.g. 64-bit kernel with basic support libraries, and everything else is 32-bit. – haimg Oct 3 '11 at 1:41
feedback

migrated from webmasters.stackexchange.com Oct 2 '11 at 18:00

This question came from our site for pro webmasters.

1 Answer

up vote 0 down vote accepted

It really depends on what you're running on that Linux box. Generally speaking, yes, 32-bit instance will take less RAM to do the same job as 64-bit instance. However, there are two nuances:

  1. In some applications the difference is more pronounced than in others. For example, if it is a Ruby on Rails web application, difference is really big (from my experience).
  2. You can have a basic 64-bit system and run 32-bit apps on top of it (with the aid of proper libraries). Depending on your distribution, many of these libraries could already be installed for you.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.