Hi,
I got a couple of messages telling me that making 7000+ objects ( results from a databasequery ) was a little bit too much for our PHP-engine. Looking around on the net I see the suggestion “Increase the amount of memory PHP can use” but I’d rather just have 1 object in memory.
However, when I try to unset() my object and reuse it for new data, I still get the ‘exceeding memory bla’ message.
So my question is basically, how do I clean up my memory?
Thanks.