From 4435b46b83f4923549ab50d33ee47936be04cad3 Mon Sep 17 00:00:00 2001 From: kek20009 Date: Thu, 31 Oct 2024 15:29:55 -0400 Subject: [PATCH] increased size even more --- .github/workflows/ms5.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ms5.yaml b/.github/workflows/ms5.yaml index 195b48d..a578f45 100644 --- a/.github/workflows/ms5.yaml +++ b/.github/workflows/ms5.yaml @@ -49,7 +49,7 @@ jobs: #Start API Container - name: Start API Container run: | - docker run -d -p 5000:5000 --name api-container --memory=2g api-image # Start container on port 5000 + docker run -d -p 5000:5000 --name api-container --memory=7g api-image # Start container on port 5000 #Run all Python tests in the directory - name: Run the Python tests in directory