appwrite/app/config/storage/resource_limits.php

7 lines
168 B
PHP
Raw Normal View History

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