mirror of
https://github.com/appwrite/appwrite
synced 2026-04-27 08:27:20 +00:00
6 lines
168 B
PHP
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)));
|