Merge branch '1.8.x' of https://github.com/appwrite/appwrite into bump-database-3.1.5

This commit is contained in:
fogelito 2025-11-05 14:34:23 +02:00
commit 7810d54238

View file

@ -589,7 +589,10 @@ class Builds extends Action
// Some runtimes/frameworks can't compile with less memory than this
$minMemory = $resource->getCollection() === 'sites' ? 2048 : 1024;
if ($resource->getAttribute('framework', '') === 'analog') {
if (
$resource->getAttribute('framework', '') === 'analog' ||
$resource->getAttribute('framework', '') === 'tanstack-start'
) {
$minMemory = 4096;
}