Hey,
I have an issue, which I cant find solution to.
Last week i keep getting error
Exceeded memory limit
My code loads csv filed and makes arrays of them. It worked good for half a year now, without any errors. And nothing really changed recently.
The thing is, error is not poiting to any row of code and I cant catch it with try{}catch(){}, it still breaks execution even if a put this problem code in try{}.
And i cant find any description to this error.
Another thing to point - it breaks on a different files and different amount of data processed.
Iterating through files goes ok, problems start when i start getting content of it.
I cant get, what type of memory is exceeded, array sizes of string sizes when i parse csv, or overall memory used by script? And how can i clean it and aoid this error?
Please help someone!