Re: GDM memory use

2015-06-04 Thread Gordon Messmer
On 06/03/2015 07:14 AM, Alex Regan wrote: It's only a fraction of that here: I'm using Fedora 22. It got bigger. -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Fedora Code of Conduct: htt

Re: GDM memory use

2015-06-03 Thread Alex Regan
$ 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. Is this really an accurate representation of the amoun

Re: GDM memory use

2015-06-02 Thread Ed Greshko
On 06/03/15 10:48, Gordon Messmer wrote: > $ 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. I sh

GDM memory use

2015-06-02 Thread Gordon Messmer
$ 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