The source project of this merge request has been removed.
Only call setrlimit on linux
This MR works around failures seen on python3 on macos when calling setrlimit
from a few scripts - the patch is to just only call those functions on linux.