omgovich / colord

👑 A tiny yet powerful tool for high-performance color manipulations and conversions
https://colord.omgovich.ru
MIT License
1.67k stars 50 forks source link

Large memory consumption #100

Closed alpxp closed 1 year ago

alpxp commented 1 year ago

I have a large memory consumption. It starts from a few mb, but goes to a few Gb in about 24h.

● colord.service - Manage, Install and Generate Color Profiles
     Loaded: loaded (/lib/systemd/system/colord.service; static)
     Active: active (running) since Sat 2023-03-18 17:09:14 CET; 16h ago
   Main PID: 1432 (colord)
      Tasks: 3 (limit: 18908)
     Memory: 1.4G
        CPU: 4min 20.780s
     CGroup: /system.slice/colord.service
             └─1432 /usr/libexec/colord

I'm one fresh Ubuntu 22.04 (same behaviour on ubuntu 20.04) with a bunch of dockers. Linux alpxp-nuc 5.15.0-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

How can I debug what is going on? What logs should I check?

ludofischer commented 1 year ago

Your issue is related to a completely different project with the same name: colord from the freedesktop project.

alpxp commented 1 year ago

oops. sorry )