Re: [systemd-devel] Performance issues after migrating to systemd

2023-11-27 Thread František Šumšal
It would be great to start with `systemd-analyze blame` and `systemd-analyze critical-chain` to see what's going on during boot and point out the time hog(s). On 11/27/23 07:16, hari.prasat...@microchip.com wrote: Hello All, We recently migrated our Yocto project distribution for our embedded

[systemd-devel] Performance issues after migrating to systemd

2023-11-26 Thread Hari.PrasathGE
Hello All, We recently migrated our Yocto project distribution for our embedded Linux based system to Systemd from sysVinit. We have our graphics launcher application known as EGT which is public with it's own repo as below. https://github.com/linux4sam/egt We are facing performance issues af