From 8d47c71f45210a47be3cf5ec99cc99777b79602a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zachar?= Date: Tue, 16 Jan 2024 14:49:57 +0100 Subject: [PATCH] Request 16GB+ RAM MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The tests are killed by OOM killer otherwise: ./tmt-test-wrapper.sh-default-0-default-0: line 2: 18964 Killed python3.12 -c 'import numpy; assert numpy.test()' Local experiment by Miro HronĨok showed the tests use at least 10.5 GB RAM. --- plan.fmf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plan.fmf b/plan.fmf index 7e70a3e..67f9b0f 100644 --- a/plan.fmf +++ b/plan.fmf @@ -14,3 +14,6 @@ discover: test: | pip3.12 install hypothesis==6.45.0 typing_extensions==4.9.0 && python3.12 -c 'import numpy; assert numpy.test()' +provision: + hardware: + memory: ">= 16 GB"