hughsie / colord

Making color management just work
GNU General Public License v2.0
75 stars 51 forks source link

High RAM usage #120

Open darkdragon-001 opened 4 years ago

darkdragon-001 commented 4 years ago

systemctl status colord reports 224.6M RAM:

● colord.service - Manage, Install and Generate Color Profiles
     Loaded: loaded (/lib/systemd/system/colord.service; static)
     Active: active (running) since Sun 2020-11-01 18:41:12 CET; 14min ago
   Main PID: 2283 (colord)
      Tasks: 3 (limit: 9214)
     Memory: 224.6M
     CGroup: /system.slice/colord.service
             └─2283 /usr/libexec/colord

I think this is way too much for a color profile manager.

Version 1.4.4-2build1 on Ubuntu 20.10.

hughsie commented 4 years ago

That seems two orders of magnitude too high to me too. Does valgrind show anything crazy?

darkdragon-001 commented 4 years ago

I am usually running with systemd. How do I run colord with valgrind?