From a05fc3396b51c0cbab358fbcd7c57a2447c46336 Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 30 Jan 2025 17:27:04 +0000 Subject: T7110: Increase memory to 8G for the smoketests Some smoketests requires more memory to pass all tests For example VPP tests --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a3b4c545..8a6f089c 100644 --- a/Makefile +++ b/Makefile @@ -26,7 +26,7 @@ test: checkiso .PHONY: test-no-interfaces .ONESHELL: test-no-interfaces: checkiso - scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces build/live-image-amd64.hybrid.iso + scripts/check-qemu-install --debug --configd --smoketest --uefi --no-interfaces --memory 8 build/live-image-amd64.hybrid.iso .PHONY: test-interfaces .ONESHELL: -- cgit v1.2.3