<!DOCTYPE html><html><head><title></title><style type="text/css">p.MsoNormal,p.MsoNoSpacing{margin:0}</style></head><body><div>Hi Ondrej,<br></div><div><br></div><div>That makes sense!<br></div><div><br></div><div>We do use systemd to manage the bird processes. Do you have it successfully creating core dumps on crashes with systemd? - would you mind sharing your unit file?<br></div><div><br></div><div>Thanks!<br></div><div><br></div><div><br></div><div>On Fri, 19 Aug 2022, at 12:48 AM, Ondrej Zajicek wrote:<br></div><blockquote type="cite" id="qt" style=""><div>This does not work, because ulimit does not set system-wide limits, but<br></div><div>limits of the current shell (and it subprocesses). That is why it worked<br></div><div>for sleep command.<br></div><div><br></div><div>But if you run BIRD from systemd, then systemctl command to start/restart<br></div><div>BIRD just say systemd to start it as a child of init (systemd), not as a<br></div><div>child of the current shell. So it will not inherit ulimit of the current<br></div><div>shell. You likely need something like modifying BIRD unit to change<br></div><div>ulimit.<br></div></blockquote><div><br></div></body></html>