script uses all available memory
Posted: Tue Oct 02, 2007 9:24 am
I have a script that processes data from an XML Feed and inserts it into my database. It works fine on my local testserver, but when I try to execute it on my VPS Server, the script crashes because I'm using up all of my available memory.
Can I write the script to consume less memory, or to free up memory while the script is executing?
Can I write the script to consume less memory, or to free up memory while the script is executing?