wfp said: It uses a little more on my system than did the 32-bit. The difference did not have any issues with performance. I have 2Gigs of ram. I do photo editing with digikam, and have firefox going in the background, and listening to music on banshee, and so far i have never had to go into swap, and my ram hardly never exceeds 60%.
The problem is that I really use a huge amount of swap, look:
vseixas@vseixas-laptop:~$ ps -eo %mem,vsz,rss,comm --sort=-rss | head -11
%MEM VSZ RSS COMMAND
16.9 1655244 327324 java
13.4 972284 259400 firefox
13.4 917320 258504 java
13.3 884724 258024 java
7.3 298748 141792 Xorg
7.3 298748 141792 Xorg
5.8 887784 111824 pidgin
2.6 655072 50212 amarokapp
2.4 624680 47824 thunderbird-bin
1.8 462804 34984 nautilus
vseixas@vseixas-laptop:~$ free -m
total used free shared buffers cached
Mem: 1881 1867 13 0 1 101
-/+ buffers/cache: 1764 117
Swap: 2047 1151 896
The Java process are Eclipse, Tomcat & SQL Developer, at that order. And sometimes I have to run the Oracle server too...
I know that I can't get hid of swap usage, but if I can save some memory by using the 32 bits OS probably the performance gain for using less swap would be greater than the performace loss with the 32 bits addressing... That's what I am trying to find out.
I will install Ubuntu 32 bits in another partition, compare the memory usage with the 64 bits install and I will let you know the results ;)