mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Increase minimal memory
This commit is contained in:
@@ -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 => [
|
||||
|
||||
Reference in New Issue
Block a user