Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Allowed memory size of 134217728 bytes exhausted (tried to allocate 65015808 bytes)

//Allowed memory size of 134217728 bytes exhausted (tried to allocate 65015808 bytes)
<?php 
ini_set('memory_limit', '1024M');
?>
Or
set in php.ini
memory_limit = -1
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Allowed #memory #size #bytes #exhausted #allocate
ADD COMMENT
Topic
Name
2+1 =