Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Out of memory error

Status
Not open for further replies.

guitardave78

Programmer
Sep 5, 2001
1,294
GB
Hi all
I have been using a binary upload script for ages now. All of a sudden in the last week or so i keep getting the following error
Microsoft VBScript runtime (0x800A0007) Out of memory: 'gBinaryData'

I get this on my test machine and on some, but not all servers.

Any Idea?

}...the bane of my life!
 
Can you narrow it down to a particular file or filesize that causes it to run out of memory or does it happen with tiny files and big files alike?
 
Do you know if it is referring to system RAM or available space on the hard disk?
 
this is the bit that has the error

ChunkStart = InStrB(ChunkStart, gBinaryData, Delimiter & CRLF)

gBinaryData is the BinaryStream.Read(adReadAll) for the file.

Like I said until a few weeks ago the script could handle 2gb
But now on my test and my clients production server it struggles with much over 150mb

Have MS patched anything recently?

}...the bane of my life!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top