summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2025-01-30 17:27:04 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2025-01-30 17:27:04 +0000
commita05fc3396b51c0cbab358fbcd7c57a2447c46336 (patch)
tree8777460fec7dd3f9110fed28d8f7a4454e3432b1
parentd659cdb8fe75d140668b60251b906a2777a3f56d (diff)
downloadvyos-build-a05fc3396b51c0cbab358fbcd7c57a2447c46336.tar.gz
vyos-build-a05fc3396b51c0cbab358fbcd7c57a2447c46336.zip
T7110: Increase memory to 8G for the smoketests
Some smoketests requires more memory to pass all tests For example VPP tests
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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: