Unshared memory usage
Posted Aug 4, 2005 16:27 UTC (Thu) by
ajross (subscriber, #4563)
In reply to:
Our bloat problem by jg
Parent article:
Our bloat problem
Looking only at the writable, unshared memory of my clock-applet
after boot on FC4:
% pmap 2430 | fgrep rw | sed 's/K rw.*//' | sed 's/.* //' | awk '{total+=$1};END{print total}'
4304
So maybe the complaint should be amended to "It is a sad world
when 4MB of unshared memory is required to display a clock".
Hardly an improvement, IMHO.
(
Log in to post comments)