From 61e9644c620d3ce3659870415ac84ef684a630f4 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Mon, 11 Oct 2021 15:34:30 +0200 Subject: [PATCH] Allocate 256MB of Ram for Ubuntu VMs Change-Id: Ife30c7ee26db2dced1fceee1cff8e80d300f4071 --- tobiko/openstack/stacks/_ubuntu.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tobiko/openstack/stacks/_ubuntu.py b/tobiko/openstack/stacks/_ubuntu.py index 2e2e2489a..a7a3d15c8 100644 --- a/tobiko/openstack/stacks/_ubuntu.py +++ b/tobiko/openstack/stacks/_ubuntu.py @@ -149,7 +149,7 @@ class UbuntuImageFixture(UbuntuMinimalImageFixture, class UbuntuFlavorStackFixture(_nova.FlavorStackFixture): - ram = 128 + ram = 256 swap = 512