use the kokoro's default maxfiles on macosx
This commit is contained in:
parent
170e949322
commit
2cf1682c97
|
|
@ -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…
Reference in New Issue