Skip to content

Commit c88c125

Browse files
committed
use half the cores when building nodejs
1 parent 99fbee2 commit c88c125

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eb_hooks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1269,6 +1269,9 @@ def set_maximum(parallel, max_value):
12691269
'*': (divide_by_factor, 2),
12701270
CPU_TARGET_A64FX: (set_maximum, 12),
12711271
},
1272+
'nodejs': {
1273+
CPU_TARGET_A64FX: (divide_by_factor, 2),
1274+
},
12721275
'MBX': {
12731276
'*': (divide_by_factor, 2),
12741277
},

0 commit comments

Comments
 (0)