Restarting windows service (hosting WCF service) after it reaches particular memory limit -


i restart windows service after memory consumption of reaches limit.

scenario:

i have wcf service hosted on windows service. wcf service keeps on increasing in memory consumption after every call without releasing seen task manager. results in outofmemory exception. restart windows service or servicehost hosting windows service after reaches memory limit.

challenge face find out how memory consumed widows service/servicehost , restart out side or same application.

i have posted regarding memory consumption issue did not found answer. wcf windows service not releasing resources/memory after every call


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -