Author: Kevin Chadwick Date: To: dng Subject: [DNG] Systemd default limits
Today I learned from the primary author of Musl/IronClad Gloire OS who uses
runit on Artix and Devuan (fancy that an OS author who doesn't like systemd)
that Systemd sets hard limits on stack use whereas Runit and OpenRC don't. This
annoys me because as far as I know the main reason for the limit was limited 32
bit virtual address space and Ada and I guess Rust users like their stack space
and don't necessarily want to have to ask Root for it by default. Gloire
provides a capability for it apparently.