Skip to content

Commit bb28471

Browse files
committed
fix
1 parent c2e40c0 commit bb28471

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,11 @@ jobs:
4848
# Default is too slow, 256
4949
- name: Increase file descriptors limit (macOS only)
5050
if: runner.os == 'macOS'
51-
run: sudo launchctl limit maxfiles 1024 10000
51+
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
5256

5357
- name: Restore build cache
5458
id: build-cache

0 commit comments

Comments
 (0)