appwrite/app/config/storage/resource_limits.php
2025-06-03 10:35:26 +02:00

6 lines
168 B
PHP

<?php
use Utopia\Image\Image;
use Utopia\System\System;
Image::setResourceLimit('memory', intval(System::getEnv('_APP_IMAGES_RESOURCE_LIMIT_MEMORY', 1024*1024*64)));