c# - Sql server memory increase while monitoring in task manager -


i have issue in sql server , project developed entity framework , wcf services . while monitoring in task manager memory increases, when limit exceeds application hangs. big issue . when restart services of sql server instance in services , memory decreases low , works fine.

i'm daily restarting services.this not solution it. going increase in feature more large volume expected .

if wrong pls correct me .pls give me better solution asap. in advance

the issue happens because of opening multiple connection without closing it.so connection remain open in sql server.

just check .open() , close() connection in project code.


Comments

Popular posts from this blog

Email notification in google apps script -

c++ - Difference between pre and post decrement in recursive function argument -

javascript - IE11 incompatibility with jQuery's 'readonly'? -