Fat software! I wrote a script tonight to add up all the memory used by the usual processes running on Sparky:
/usr/ucb/ps aux | awk '{tot += $4} END {print tot}'
It reported about 95%. I have 128M of RAM. This seems to suck. Netscape takes 25% all by itself. Time for more RAM?