“PHP Memory_Limit Unlimited” Code-Antworten

PHP Memory_Limit Unlimited

//Unlimited momory limit
ini_set('memory_limit', '-1');

//Fixed memory limit
ini_set('memory_limit','2048M');
eswaran

Erhöhen Sie die PHP -Speichergrenze

/*
To increase the PHP memory limit setting, edit your PHP.ini file found under /usr/local/etc/php/7.4/.
Increase the default value (example: Maximum amount of memory a script may consume = 128MB) of the PHP memory limit line in php.ini.
*/

memory_limit = 256M
monospace

Ähnliche Antworten wie “PHP Memory_Limit Unlimited”

Fragen ähnlich wie “PHP Memory_Limit Unlimited”

Weitere verwandte Antworten zu “PHP Memory_Limit Unlimited” auf PHP

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen