From 078b15994268845f65a7338a52e82479e85989c4 Mon Sep 17 00:00:00 2001 From: Bradley Schofield Date: Thu, 8 Aug 2024 11:28:03 +0900 Subject: [PATCH] Update src/Appwrite/Platform/Workers/Builds.php Co-authored-by: Christy Jacob --- src/Appwrite/Platform/Workers/Builds.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Appwrite/Platform/Workers/Builds.php b/src/Appwrite/Platform/Workers/Builds.php index 41d2a27e73..54598c296a 100644 --- a/src/Appwrite/Platform/Workers/Builds.php +++ b/src/Appwrite/Platform/Workers/Builds.php @@ -404,9 +404,6 @@ class Builds extends Action $cpus = $spec['cpus'] ?? APP_FUNCTION_BASE_SPECIFICATION_CPUS; $memory = max($spec['memory'] ?? APP_FUNCTION_BASE_SPECIFICATION_MEMORY, 1024); - if ($memory < 1024) { - $memory = 1024; - } // Appwrite vars $vars = \array_merge($vars, [