all memory is managed, the problem is that is too much memory and I guess it
will last all the time the session is alive. What I am looking for is a way
of manually disposing all the objects and free the memory, or perhaps all
the memory pertaining to a session.
"Bruce Barker" <brubar_nospamplease_@safeco.com> wrote in message
news:%235QQLtRSGHA.1160@TK2MSFTNGP09.phx.gbl...[color=blue]
> most likely you are not freeing unmanaged memory, or storing managed
> memeory in statics (vb modules). to debug get the windbg from the win32
> sdk, and load the sos.dll. here's an article:
>
>
http://support.microsoft.com/default...b;en-us;892277
>
> -- bruce (sqlwork.com)
>
>
> "Alex D." <alexware69@hotmail.com> wrote in message
> news:O8WCZ%23QSGHA.3944@TK2MSFTNGP10.phx.gbl...[color=green]
>> is there any way to free some garbage memory used by the aspnet working
>> process without restarting the server?
>> one of my pages is loading objects in demand into memory but it seems
>> that is not working ok because if flooding the server's memory, then I
>> dont have a clue on how to free the memory without restarting the server
>> or killing the aspnet working process. also I would like to see whats
>> happening and what objects are being loaded into memory, any cool way?
>> Thanks,
>> alex.
>>[/color]
>
>[/color]