mirror of
https://github.com/appwrite/appwrite
synced 2026-05-04 13:58:37 +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)));
|