Allowed memory size exhausted in PHP for loop
问题 I'm facing a fatal error while I'm trying to manipulate a huge array of arrays in PHP and return the result as a response of an HTTP POST request : Allowed memory size of 536870912 bytes exhausted I have already tried to set ini_set('memory_limit', '-1'); in order to see if I get the result, but I didn't get any type of response. Postman crashed all the times that I tried to make the POST request. The starting structure of the array is this one. The body size is around 25mb. The main array