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, [