How to Test Agame DBus Service Memory Consumption
Requirements
Get running Live image of Agama. If some additional software is needed to install like valgrind, TW repo needs to be added by zypper. Also it is good to stop agama before doing adjustments.
Pmap
To get pmap of backend service search for service pid e.g. using ps aux | grep agama
and then pass pid to pmap call. It is good to measure overall memory consumption of given component or doing serie of it to see how it differs in time.