From 588a7d9ab4b15d1d6cb6b50cdda391121fe7674c Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Thu, 1 Dec 2022 12:58:09 +0000 Subject: [PATCH] Try increasing RAM Signed-off-by: Ettore Di Giacinto --- tests/tests_suite_test.go | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/tests_suite_test.go b/tests/tests_suite_test.go index 4729e26..89077b4 100644 --- a/tests/tests_suite_test.go +++ b/tests/tests_suite_test.go @@ -104,6 +104,7 @@ var _ = BeforeSuite(func() { } opts := []types.MachineOption{ + types.WithMemory("9000"), types.WithISO(os.Getenv("ISO")), types.WithSSHPort(sshPort), types.WithID(machineID),