Make ulimit non-fatal to keep the ci-cuda machine happy
This commit is contained in:
@ -10,8 +10,7 @@ fi
|
||||
|
||||
if [[ $(ulimit -n) -lt $maxOpenFds ]]; then
|
||||
ulimit -n $maxOpenFds || {
|
||||
echo "Error: nofiles too small: $(ulimit -n). Run \"ulimit -n $maxOpenFds\" to continue";
|
||||
exit 1
|
||||
echo "Error: nofiles too small: $(ulimit -n). Failed to run \"ulimit -n $maxOpenFds\"";
|
||||
}
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user