Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

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

ini_set('memory_limit', '1024M');  // 1GB
// OR
ini_set('memory_limit', '-1');    // unlimited memory (may cause a memory leak)
 
PREVIOUS NEXT
Tagged: #Allowed #memory #size #bytes #exhausted #allocate
ADD COMMENT
Topic
Name
1+4 =