What happens if you don't disconnect the array before the script runs?
I run thousands of CSV files by analyzing data for hundreds of thousands of clients in arrays. It works great for the first 5/6 hours, and then it starts to get sick badly.
I run about 5-10 CSVs for execution ... I wonder if this will help remove arrays in the script or not ... I thought they would not be allocated after the script ends. I am wrong?
Mark source
share