vote up 0 vote down star
1

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?

flag

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

closed as not programming related by cliff.meyers, Mehrdad Afshari, Shoban, sth, bdukes Jun 1 at 16:14

2 Answers

vote up 4 vote down check

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|flag
Thank you Joshua - just the answer I was looking for. – Matt Jun 1 at 16:01
And thank you Jeff also! – Matt Jun 1 at 16:02
vote up 0 vote down

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

link|flag

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