From 93c5b23cf292c0110eec6ca92be6de743f88f41e Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Tue, 25 Feb 2025 16:46:53 +0000 Subject: [PATCH] T7197: Decrease config smoketest to 2 CPUs and 7G RAM Decrease system resources for configload tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 6cd6c18a0b..911454c681 100644 --- a/Makefile +++ b/Makefile @@ -41,7 +41,7 @@ test-vpp: checkiso .PHONY: testc .ONESHELL: testc: checkiso - scripts/check-qemu-install --debug --configd --cpu 4 --memory 8 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) + scripts/check-qemu-install --debug --configd --cpu 2 --memory 7 --configtest build/live-image-amd64.hybrid.iso $(filter-out $@,$(MAKECMDGOALS)) .PHONY: testraid .ONESHELL: