From d78dd17e32279cc4fddd36c625e9e62e801eaf8d Mon Sep 17 00:00:00 2001
From: Pierre-Gilles Levallois <pierregilles.levallois@gmail.com>
Date: Tue, 3 Jan 2023 17:07:57 +0100
Subject: [PATCH] skip memory directive

---
 Dockerfiles/python/scripts/main.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfiles/python/scripts/main.py b/Dockerfiles/python/scripts/main.py
index 6f6757a..3772af3 100644
--- a/Dockerfiles/python/scripts/main.py
+++ b/Dockerfiles/python/scripts/main.py
@@ -963,7 +963,7 @@ def initEnv():
 #          MAIN
 # ------------------------
 
-@memory(percentage=0.8)
+# @memory(percentage=0.8)
 def main():
     # Launch function depend on argv
     argv = sys.argv[1:]
-- 
GitLab