The source project of this merge request has been removed.
Only call setrlimit on linux
1 unresolved thread
1 unresolved thread
Compare changes
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.