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
$ 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
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
$ 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