$ a=0; ps axfu | grep ^gdm| awk '{print $6}' | \ (while read x ; do a=$(( a + x )) ; done ; echo $a ) 400760
Does anyone else notice that gdm's session takes up 300-400MB of RAM? I typically defend GNOME, but this is kind of ridiculous.
-- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org