Allowed memory size Out of memory ini_set('memory_limit', '-1');


Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 51 bytes) 

ini_set('memory_limit', '-1');

Fatal error: Out of memory (allocated 1013186560) (tried to allocate 46 bytes) in

原文地址:https://www.cnblogs.com/rsapaper/p/6214754.html