From b2826dc5a7b8cdd9dfb461c024894d88efec2897 Mon Sep 17 00:00:00 2001 From: Rafael Guterres Jeffman Date: Mon, 22 Jul 2024 15:05:49 -0300 Subject: [PATCH] increasing container memory --- tests/azure/templates/playbook_fast.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/azure/templates/playbook_fast.yml b/tests/azure/templates/playbook_fast.yml index a00a7875dc..fb03a00f42 100644 --- a/tests/azure/templates/playbook_fast.yml +++ b/tests/azure/templates/playbook_fast.yml @@ -55,7 +55,7 @@ jobs: utils/setup_test_container.sh \ -e podman \ -a \ - -m 4 \ + -m 6 \ -n "ipaserver.test.local" \ -p ${{ parameters.target_python }} \ -i ${{ parameters.distro }}-server \