views:

31

answers:

0

Hi, I got WCF Service with Fluient Nhibernate. When i hosted in my IIS7.5 dev machine(WIN7) it works fine. Worker process shows the clear garbage collection indication of my app pool.

But when i moved to production which is win server2008 with IIS7 Garbage collection is not working and the virtual bytes in worker process keeps on increasing and got out of memory.

The app pool is integrated .net 2.0 app pool. Does any one came across this or is it a known issue with IIS7.0 or i have any setting in iis 7.0 which i missed to do???

I already tried with timely recycling but not worked out well.

Regards, Pradeep