From 1d983e96c59cca8f5289bfa2b6acfae4ed54f2d3 Mon Sep 17 00:00:00 2001
From: Laurent Indermuehle <laurent.indermuehle@pm.me>
Date: Fri, 3 Mar 2023 14:30:22 +0100
Subject: [PATCH] Add disk and RAM requirements

---
 TESTING.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/TESTING.md b/TESTING.md
index 6f6a67a..d351a4a 100644
--- a/TESTING.md
+++ b/TESTING.md
@@ -20,6 +20,8 @@ For now, the makefile only support Podman.
 
 - python >= 3.8 and <= 3.10
 - make
+- Minimum 15GB of free space on the device storing containers images and volumes. You can use this command to check: `podman system info --format='{{.Store.GraphRoot}}'|xargs findmnt --noheadings --nofsroot --output SOURCE --target|xargs df -h --output=size,used,avail,pcent,target`
+- Minimum 2GB of RAM
 
 
 ### Makefile options