Following a friends advice, I have just replaced a 64bit version of ubuntu with the 32bit version on my desktop.

My desktop is a 2yr old dell with 1GB RAM.

Suddenly, it seems like I am using almost 50% less RAM during my usual workflow.

Could someone explain why this would be the case? Is it normal, or was my 64bit installation hosed?

link|improve this question

1  
Pointers are twice as wide. :) – jeffamaphone Jun 1 '09 at 15:56
1  
belongs on superuser.com, probably? – Mehrdad Afshari Jun 1 '09 at 15:57
Yo mama's so fat, she needs a 64-bit pointer! – crashmstr Jun 1 '09 at 16:03
feedback

closed as off topic by cliff.meyers, Mehrdad Afshari, Shoban, sth, bdukes Jun 1 '09 at 16:14

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

2 Answers

up vote 5 down vote accepted

jeffamaphone is correct. Between 64 bit pointers being twice as wide and needing to load duplicate 64 & 32 bit libraries if you use so much as one 32-bit only application (such as flash) you will see outrageous memory usage.

I do not recommend 64 bit workstations until exceeding the 32 bit memory limit for this reason.

link|improve this answer
Thank you Joshua - just the answer I was looking for. – Matt Jun 1 '09 at 16:01
And thank you Jeff also! – Matt Jun 1 '09 at 16:02
worth to note, that for 32-bit+PAE the memory limit is 64GB. – vartec May 5 '11 at 11:56
feedback

Check which processes consume memory. Htop is a good program for this: http://htop.sourceforge.net/

link|improve this answer
feedback

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