Memory problem with vb.net + webServices + DLL

  • Thread starter Thread starter Jovo Mirkovic
  • Start date Start date
J

Jovo Mirkovic

Hi,

we made some application which load DLL files and call Web Services.
That web services workong with MS Sql Server...

So, we have problem with memory size :(

when we starting app it take about 17MB in memory, and every few seconds
adding about 200-300K... On 700 MB it just crash, without explanation...

Any idea?

Thanks,

Jovo
 
You might want to go through your code and make sure your releasing any
unneeded objects by settings them to nothing. This might help the gc to
properly clean up resources.

Thanks,

Seth Rowe
 
Back
Top