Hello,
I have a script that does a lot of different things. In the process it racks up the memory to over 700mb. This is way too much. One thing I would love to do is free up some memory in the middle of the script (maybe after dumping some information to a database or something). The only problem is that I can't seem to find anything about this except for using "unset()", which doesn't seem to do anything about the memory.
Ideas?
Thanks,
BooeyOH
I have a script that does a lot of different things. In the process it racks up the memory to over 700mb. This is way too much. One thing I would love to do is free up some memory in the middle of the script (maybe after dumping some information to a database or something). The only problem is that I can't seem to find anything about this except for using "unset()", which doesn't seem to do anything about the memory.
Ideas?
Thanks,
BooeyOH