简体   繁体   中英

Sql server memory increase while monitoring in task manager

I have an issue in sql server , my project is developed with entity framework and wcf services . while monitoring in task manager the memory increases, when the limit exceeds my application hangs. this is big issue . when i restart services of sql server instance in services , its memory decreases to low and works fine.

i'm daily restarting services.this is not a good solution for it. As it is going to increase in feature more than large volume as expected .

If any wrong pls correct me .pls give me a better solution for this asap. Thanks in advance

The issue sometimes happens because of opening multiple connection without properly closing it.So all connection is remain open in sql server.

Just check the .Open() and Close() for your connection in your project code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM