From 7e74eb4ff15f34f45a3bb57bfa5657b4f4aee2c4 Mon Sep 17 00:00:00 2001 From: Laurent Alfonsi Date: Wed, 8 Jun 2022 08:23:32 +0200 Subject: break-up-bmks.sh: reduce sq nb cores to make sure it is ok with 32Gb memory Change-Id: Iab2ec4280ceb4f383c7b56878e1e0f8106a4a81f --- break-up-bmks.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'break-up-bmks.sh') diff --git a/break-up-bmks.sh b/break-up-bmks.sh index 1d3b356..5f95d1a 100755 --- a/break-up-bmks.sh +++ b/break-up-bmks.sh @@ -122,7 +122,7 @@ fi n_cores=1 # e.g., stm32 case "$bmk_hw" in "apm") n_cores=8 ;; - "sq") n_cores=16 ;; + "sq") n_cores=10 ;; "tk1") n_cores=4 ;; "tx1") n_cores=4 ;; "fx") n_cores=4 ;; -- cgit v1.2.3