https://bugzilla.wikimedia.org/show_bug.cgi?id=47781

--- Comment #11 from Raphael Eiselstein <r...@uugrn.org> ---
Hi Tim,

my 2 patches (against ulimit4.sh and wfShellExec()) should make this code
Linux-*and*-BSD aware (I guess it should work this way on any POSIX compatible
system with /bin/sh).

The main difference is, that /bin/sh ulimit cannot set multiple resource limits
at once. Setting 3 limits require 3x ulimit. That's all.

If you do 3x ulimit instead of one long ulimit command, this should work with
(any?) POSIX-/bin/sh so you might replace /bin/bash with /bin/sh generally.

FreeBSD doesn't implement cgroups, so using "good old ulimit" is better than
nothing here. Your new limit.sh might "detect" this inability of cgroups and
may fall back to "traditional ulimits" (like ulimit4.sh in my patch). This
would be great. 

I cannot send you patches for your new code yet because I have no "unstable"
mediawiki installed anywhere, I just cannot fix such things.

Regards
Raphael

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to