Page 1 of 1

script uses all available memory

Posted: Tue Oct 02, 2007 9:24 am
by bluesman333
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?

Re: script uses all available memory

Posted: Tue Oct 02, 2007 9:59 am
by feyd
bluesman333 wrote:Can I write the script to consume less memory, or to free up memory while the script is executing?
More than likely.

Posted: Wed Oct 03, 2007 6:22 pm
by Ambush Commander
How large is the XML feed?