未验证 提交 9a3016fb 编写于 作者: N Nurhan Turgut 提交者: GitHub

increasing user limits for macos (#17097)

上级 f2843b97
......@@ -57,8 +57,8 @@ KERNEL_NAME=`uname`
if [[ $KERNEL_NAME == *"Darwin"* ]]
then
echo "Running on MacOS. Increase the user limits"
ulimit -n 10000
ulimit -u 2048
ulimit -n 50000
ulimit -u 4096
fi
if [[ "$FELT_USE_SNAPSHOT" == "false" || "$FELT_USE_SNAPSHOT" == "0" ]]; then
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册