MJRichardson / RavenDbSessionStateStoreProvider

An ASP.NET session-state store-provider implementation using RavenDB for persistence.
Other
18 stars 6 forks source link

Memory leak #9

Open devopsguys opened 11 years ago

devopsguys commented 11 years ago

When load testing your provider we have found a possible memory leak.

Our analysis of performance counter (Process Private Bytes) determines if the system leaking memory over time.

From the graph below you can see that more than 500MBs between overall Min and overall Max and an increasing trend of more than 100MBs per hour

raven memory leak

We hope that you might be able to use this information to analyse the problem.

You can find more information about the test we ran here; http://www.slideshare.net/devopsguys/best-performing-aspnet-session-state-providers

If I can help at all, please let me know.