Skip to content

Commit 3e7cb03

Browse files
committed
use half the cores for Rust
1 parent df76277 commit 3e7cb03

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

eb_hooks.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1258,4 +1258,7 @@ def set_maximum(parallel, max_value):
12581258
'ROOT': {
12591259
CPU_TARGET_A64FX: (divide_by_factor, 2),
12601260
},
1261+
'Rust': {
1262+
CPU_TARGET_A64FX: (divide_by_factor, 2),
1263+
},
12611264
}

0 commit comments

Comments
 (0)