diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-02-25 16:46:53 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2025-02-25 16:46:53 +0000 |
commit | 93c5b23cf292c0110eec6ca92be6de743f88f41e (patch) | |
tree | 58b3ea0d58bb235086541dc5cb18493ec591b6fd | |
parent | c6bf02f56872e719c8cddb05678666f3f40ba9f8 (diff) | |
download | vyos-build-93c5b23cf292c0110eec6ca92be6de743f88f41e.tar.gz vyos-build-93c5b23cf292c0110eec6ca92be6de743f88f41e.zip |
T7197: Decrease config smoketest to 2 CPUs and 7G RAM
Decrease system resources for configload tests
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: |