Skip to content

Commit

Permalink
riscv64: Set MIN_CORES to 4
Browse files Browse the repository at this point in the history
Unit-tests in `kvm-ioctls` requires at least 4 cores to pass, change
`MIN_CORES` to 4 to meet that predicate.

Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
  • Loading branch information
TimePrinciple authored and roypat committed Oct 7, 2024
1 parent 6ae5367 commit 59c0814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riscv64/start_in_qemu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ex

# Minimum resources needed
MIN_CORES=3
MIN_CORES=4
MIN_MEM=6
DIVISOR=5

Expand Down

0 comments on commit 59c0814

Please sign in to comment.