From 4324863235451aad7dbd1b2608ce8337e39018a7 Mon Sep 17 00:00:00 2001 From: Andrew Johnston Date: Wed, 25 Oct 2023 17:48:25 -0800 Subject: [PATCH] up autorift sentinel-2 memory to 7,875 --- apps/step-function.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/step-function.json.j2 b/apps/step-function.json.j2 index 8de07f79c..25938a7c1 100644 --- a/apps/step-function.json.j2 +++ b/apps/step-function.json.j2 @@ -138,7 +138,7 @@ "ResourceRequirements": [ { "Type": "MEMORY", - "Value": "7800" + "Value": "7875" } ] },