Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
4a8a318e
Unverified
Commit
4a8a318e
authored
4 years ago
by
Derek
Committed by
GitHub
4 years ago
Browse files
Options
Download
Email Patches
Plain Diff
tools: increase FD limit on OSX for air (#983)
parent
b4ad86c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
tools/air.sh
+7
-0
tools/air.sh
with
7 additions
and
0 deletions
+7
-0
tools/air.sh
+
7
-
0
View file @
4a8a318e
...
...
@@ -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
}
"
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help