Memory issue with COM+ .NET Managed Component
From: Jon Snow (seedollarsign_at_hotmail.com)
Date: 08/12/04
- Next message: Nathan Ke: "Re: StartNavigation vs StartOpenNavigation"
- Previous message: Brad Simon: "Re: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'"
- Next in thread: Marcelo Dabanovich Lavio: "Re: Memory issue with COM+ .NET Managed Component"
- Reply: Marcelo Dabanovich Lavio: "Re: Memory issue with COM+ .NET Managed Component"
- Messages sorted by: [ date ] [ thread ]
Date: 11 Aug 2004 19:32:35 -0700
I have a component that I've writen in C# that does a lot of disk
reading and processing. What I'm noticing is that when I have the DLL
as a part of a console test app, my memory usage stays rock solid.
It'll jump to about 58MB of RAM after processing 750MB of files off
the disk. When I plug the same DLL into COM+, I'm noticing that my
RAM usage goes up with every read and is never being freed. For the
same number of MB read from disk, my RAM usage runs up to a gigabyte.
I've profiled the test console application in .NET Memory Profile, and
it looks like I'm doing a very clean job of disposing of my objects
(most everything implements the IDisposable interface). So I'm not
sure what the problem is. Any suggestions?
Thanks,
Jon
- Next message: Nathan Ke: "Re: StartNavigation vs StartOpenNavigation"
- Previous message: Brad Simon: "Re: Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'"
- Next in thread: Marcelo Dabanovich Lavio: "Re: Memory issue with COM+ .NET Managed Component"
- Reply: Marcelo Dabanovich Lavio: "Re: Memory issue with COM+ .NET Managed Component"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|