pop-os / cosmic-greeter

libcosmic greeter for greetd, which can be run inside cosmic-comp
GNU General Public License v3.0
40 stars 19 forks source link

Optimize memory usage #29

Open jackpot51 opened 3 months ago

jackpot51 commented 3 months ago

After #11, cosmic-greeter will run in the background process. It currently reads the background data and keeps it around. That should instead be done only when locked, and after unlocking it should trim malloc to reduce memory usage.