Maximum number of memory segments that Notes can support has been exceeded

Posted by Sagy on Stack Overflow See other posts from Stack Overflow or by Sagy
Published on 2010-01-08T15:33:23Z Indexed on 2010/03/13 10:15 UTC
Read the original article Hit count: 935

Filed under:
|
|

hi All,

I am using Domino.dll to access a NSF file in C#.NET 2.0

I am using multiple thread to access 4 NSF files at a time, its working fine for small NSF files, but if i try to access large NSF files i get the Out of Memory Exception and Maximum number of memory segments that Notes can support has been exceeded.

This exception usually occurs when i access NotesDocument object from a large NSFVIewFolder in a while loop.

I am releasing the instance of the NotesDocument by using the Marshal.ReleaseComObject(NotesDocument); still it throws the same exception.

My goal is to access multiple NSF files at a time (MAX 4 NSF files at a time) for large NSF files (may be in GB).

Kindly help me, if you got some solution.

Thanks.

© Stack Overflow or respective owner

Related posts about c#

Related posts about interop-domino