Skip to content

Don't fail gitaly startup if setting ulimit fails

DJ Mountney requested to merge ignore-ulimit-fail into master

ulimit cannot be changed within an unpriviledged container, (even if running with a remapped root)

This should fix unpriviledged containers starting gitaly on lxc

Fixes: #4746 (closed)

Merge request reports