We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2e40c0 commit bb28471Copy full SHA for bb28471
.github/workflows/ci.yml
@@ -48,7 +48,11 @@ jobs:
48
# Default is too slow, 256
49
- name: Increase file descriptors limit (macOS only)
50
if: runner.os == 'macOS'
51
- run: sudo launchctl limit maxfiles 1024 10000
+ run: sudo launchctl limit maxfiles 6000 10000
52
+
53
+ - name: Increase max user process (macOS only)
54
+ if: runner.os == 'macOS'
55
+ run: sudo launchctl limit maxproc 2000 2000
56
57
- name: Restore build cache
58
id: build-cache
0 commit comments