From 15cc64e68bdbf3bd598676bf75c3b483aa8f82e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matej=20Ba=C4=8Do?= Date: Fri, 6 Dec 2024 19:56:46 +0100 Subject: [PATCH] Increase minimal memory --- app/config/runtimes/specifications.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/runtimes/specifications.php b/app/config/runtimes/specifications.php index 68880f4d4e..1fe31e3b8f 100644 --- a/app/config/runtimes/specifications.php +++ b/app/config/runtimes/specifications.php @@ -5,7 +5,7 @@ use Appwrite\Functions\Specification; return [ Specification::S_05VCPU_512MB => [ 'slug' => Specification::S_05VCPU_512MB, - 'memory' => 512, + 'memory' => 2048, // TODO: Revert this, it was just for QA server 'cpus' => 1 // TODO: revert this, it's a temporary change to test function performance. ], Specification::S_1VCPU_512MB => [