Merge pull request #17187 from jtattermusch/macos_high_maxfiles

Use the kokoro's default maxfiles on macosx
pull/17196/head
Jan Tattermusch 6 years ago committed by GitHub
commit 1f5ffe3c53
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      tools/internal_ci/helper_scripts/prepare_build_macos_rc

@ -15,14 +15,8 @@
# Source this rc script to prepare the environment for macos builds
sudo launchctl limit maxfiles unlimited unlimited
# show current maxfiles
# show original open file limit values
launchctl limit maxfiles
ulimit -n 10000
# show current limits
ulimit -a
# synchronize the clock

Loading…
Cancel
Save