amazon web services - Allowed memory size of 268435456 bytes exhausted (tried to allocate 174936415 bytes)' in ../src/Illuminate/Log/Writer.php:308 -




i using aws ec2 lamp server, after setup php.ini memory limit 256 getting same error, restarted httpd no changes.

checked in cmd - php -i shows memory_limit = 256m php.ini updated can change?

based on error message, script used allocated memory (256 * 1024 * 1024 byte) php settings fine, script tries use/allocate more 256 mb, check running code





wiki

Comments

Popular posts from this blog

Asterisk AGI Python Script to Dialplan does not work -

python - Read npy file directly from S3 StreamingBody -

kotlin - Out-projected type in generic interface prohibits the use of metod with generic parameter -