Hi,
In one of my Server which has 16GB of RAM out of which 12 GB is allocated to buffer pool with lock pages in memory enabled.
I am seeing a lots of memory error (701)in error logs.During my diagnosis i found that MEMORYCLERK_SQLCONNECTIONPOOL is consuming almost 10GB of memory & its growing kicking out pages from bufferpool.
Its a sql server 2008 R2 SP2 with CU5 & hosting websense server databases.It seems that ODBC connection to the server causing memory leak but not sure however the websense server is connected via BCP.
Is any one face such kind of issue before?