mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
8765d5650a
This reverts commit919b01a1b1, reversing changes made todeb5039352.
7 lines
168 B
PHP
7 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)));
|