Memory problem with vb.net + webServices + DLL

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
 
R

rowe_newsgroups

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top