提交 91adba83 编写于 作者: A Andy Gocke 提交者: Tomas Matousek

Also up the ulimit on Linux during restore (#10768)

上级 13c58218
......@@ -8,7 +8,8 @@ export HOME=$(cd ~ && pwd)
# NuGet often exceeds the limit of open files on Mac
# https://github.com/NuGet/Home/issues/2163
if [ "$(uname -s)" == "Darwin" ]
OS=$(uname -s)
if [ "$OS" == "Darwin" || "$OS" == "Linux" ]
then
ulimit -n 6500
fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册