]> Sergey Matveev's repositories - public-inbox.git/commit
qspawn: wire up RLIMIT_* handling to limiters
authorEric Wong <e@80x24.org>
Mon, 11 Mar 2019 23:53:02 +0000 (23:53 +0000)
committerEric Wong <e@80x24.org>
Thu, 4 Apr 2019 09:13:58 +0000 (09:13 +0000)
commit89be7a1b89a60446fc0a385c5c1cfaeec2f92c88
tree529a58f8cf4a2c3e119e71a494bae38e1646c8f4
parent411dc580077c5240e9cfd4808c06623345435b69
qspawn: wire up RLIMIT_* handling to limiters

This allows users to configure RLIMIT_{CORE,CPU,DATA} using
our "limiter" config directive when spawning external processes.
Documentation/public-inbox-config.pod
lib/PublicInbox/Config.pm
lib/PublicInbox/Qspawn.pm
lib/PublicInbox/Spawn.pm