Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

Fatal error: Allowed memory size of 1610612736 bytes exhausted but already allocated 1.75G

In my case with Xampp with Windows 10

i just changed:

;memory_limit=512M 
by commenting this configuration, in php.ini to:

memory_limit =-1
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Fatal #Allowed #memory #size #bytes #exhausted #allocated
ADD COMMENT
Topic
Name
6+4 =