<div dir="ltr">Thank you very much Lennart for the help.  I was eager to know whether there was any known limitation, hence this question.<div><br></div><div>Hi Andy, </div><div>I am currently building a diagnostics data collector that collects various diagnostics data at different scheduled intervals as configured by the user. </div><div>systemd-timer is used for running the schedules. I need to enforce a limit on the maximum number of schedules the user can use for this feature.</div><div>Currently, I am deciding the limit, hence interested in the maximum value upto which we can allow the user to configure without creating much/noticeable performance impact.<br></div><div><br></div><div>I will do a performance testing in raspberry pi 3 and share my observation.</div><div><br></div><div>Thank you all for your support</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Feb 3, 2021 at 9:35 PM Lennart Poettering <<a href="mailto:lennart@poettering.net">lennart@poettering.net</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mi, 03.02.21 12:16, P.R.Dinesh (<a href="mailto:pr.dinesh@gmail.com" target="_blank">pr.dinesh@gmail.com</a>) wrote:<br>
<br>
> Do we have any limitation on the maximum number of systemd timers / units<br>
> that can be active in the system?<br>
<br>
We currently enforce a limit of 128K units. This is controlled by<br>
the MANAGER_MAX_NAMES define, which is hard compiled in.<br>
<br>
> Will it consume high cpu/memory if we configure 1000s of systemd timers?<br>
<br>
It will consume a bit of memory, but I'd guess it should scale OK.<br>
<br>
All scalability issues regarding number of units we saw many years<br>
ago, by now all slow paths have been fixed I am aware of. I mean, we<br>
can certainly still optimize stuff (i.e. "systemctl daemon-reload" is<br>
expensive), but things to my knowledge having a few K of units should<br>
be totally Ok. (But then again I don't run things like that myself, my<br>
knowledge is purely based on feedback, or the recent lack thereof)<br>
<br>
Lennart<br>
<br>
--<br>
Lennart Poettering, Berlin<br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">With Kind Regards,<br>P R Dinesh<br></div></div></div></div>