Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
110
Memory Leak with WebChart
posted

My sharepoint webpart with the webchart is working very nicely. So I decided to do some load testing using VS2005 loading testing tools. I then found that the w3wp process had a memory leak when I ran the test at 100 users for 3 min.

 I then tried to isolate the problem and created a simple web page with just the chart control (no webpart or sharepoint) and no data source and found that the WebDev.WebServer.exe (the w3wp equivalent) leaked 22Meg in 3min at 100 user load.

This leak would equate to 10gig over a 24 hour period at 100 user load.

Is there a known issue with a memory leak of the WebChart control? Is a 100 user load generated by VS2005 a realistic load? Is there something that I am doing wrong?

Cheers,
Jim