Unverified Commit 4a8a318e authored by Derek's avatar Derek Committed by GitHub
Browse files

tools: increase FD limit on OSX for air (#983)

parent b4ad86c0
Showing with 7 additions and 0 deletions
+7 -0
......@@ -36,7 +36,14 @@ ensure_binary() {
fi
}
ensure_fd() {
if [[ "${OSTYPE}" == *"darwin"* ]]; then
ulimit -n 1024
fi
}
cd "${REPO_ROOT}/backend"
ensure_binary
ensure_fd
"${RELEASE_BINARY}"
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment