Skip to content

Commit 0d31acb

Browse files
committed
even fewer cores
1 parent 1d41776 commit 0d31acb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eb_hooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1722,8 +1722,8 @@ def set_maximum(parallel, max_value):
17221722
},
17231723
'Qt6': {
17241724
CPU_TARGET_A64FX: (set_maximum, 8),
1725-
CPU_TARGET_AARCH64_GENERIC: (set_maximum, 12),
1726-
CPU_TARGET_NEOVERSE_N1: (set_maximum, 12),
1727-
CPU_TARGET_NEOVERSE_V1: (set_maximum, 12),
1725+
CPU_TARGET_AARCH64_GENERIC: (divide_by_factor, 2),
1726+
CPU_TARGET_NEOVERSE_N1: (divide_by_factor, 2),
1727+
CPU_TARGET_NEOVERSE_V1: (divide_by_factor, 2),
17281728
},
17291729
}

0 commit comments

Comments
 (0)