Skip to content

ksmserver: cap the amount of app restorations

Harald Sitter requested to merge work/sitter/limitksmserver into master

when we restore more than ¼ of RLIMIT_NOFILE (default 1024) of a single application it is incredibly likely that this application is being defective (e.g. GUIless apps participating in session management but also in autostarting -- resulting in ever multiplying instances).

when in excess, refuse to start any additional instances

CCBUG: 475506

Merge request reports