Login  
Search All Forums
Dart Home | PowerTCP Zip Compression for .NET | Custom Development Reply | PowerTCP Zip Compression for .NET Topics | Forums   
AuthorForum: PowerTCP Zip Compression for .NET
Topic: System.OutofMemoryException Error
jibbercan

From: Markham, ON Canada
Posts: 3
Member Since: 04/28/08
posted June 2, 2008 3:20 PM

We're getting out of memory errors when attempting to zip up files > 100Mb when using a stream.

We can zip up the same files using the simple zip method to product a zipped file but when we use the add method for large files we're getting this out of memory error. We've watched the server and the memory doesn't seem to get out of control Never uses more than 1Gb of the available 3Gb.

Is there a limitation to what the PowerTCP.Zip component can handle for streams?

Regards,

Jim
jibbercan

From: Markham, ON Canada
Posts: 3
Member Since: 04/28/08
posted June 3, 2008 9:16 PM

I think we solved this by adjusting the MaxMemory property on the Archive object.
Mike Baldwin (Admin)



From: Rome, NY USA
Posts: 114
Member Since: 04/11/00

Extra Support Options
Custom Application Development

posted June 4, 2008 10:09 AM

Also, MemoryStream's will throw an exception if too much memory is requested. I believe this limit was around 250MB or so, if memory serves me.
Reply | PowerTCP Zip Compression for .NET Topics | Forums   
This site is powered by PowerTCP WebServer Tool PowerTCP WebServer for ActiveX