I'm using Window Server 2003 Enterprise 32 bit. Microsoft SQL Server 2005 Standard Edition 32 bit.
The problem is the SQL server memory always stuck at allocating 1.7GB ram max even i have 11GB ram left.
According to this thread, which the thread starter have them same issues: http://www.sqlservercentral.com/Forums/Topic499500-146-1.aspx#bm499829 .
I tried adding /PAE to my boot.ini, add the network service account which is running sqlserv.exe toLock Pages in Memory option. Reconfigure the 'max server memory' and reconfigure SQL use AWE to allocate memory.
But i have no lucky, after restart the server. The SQL database engine cannot allocating more than 60MB ram. Which is terrible failure as my expected.
So after that, i must restore the Lock Pages in Memory setting - remove the network service account from Lock Pages in Memory option, restart my server and it come back to the first problem. The SQL server database engine come back stuck at allocating 1.7GB ram. So the Lock Pages in Memory keep SQL database engine stuck at allocating 60MB ram ? And how to resolve the first problem now ?
The problem is the SQL server memory always stuck at allocating 1.7GB ram max even i have 11GB ram left.
According to this thread, which the thread starter have them same issues: http://www.sqlservercentral.com/Forums/Topic499500-146-1.aspx#bm499829 .
I tried adding /PAE to my boot.ini, add the network service account which is running sqlserv.exe toLock Pages in Memory option. Reconfigure the 'max server memory' and reconfigure SQL use AWE to allocate memory.
But i have no lucky, after restart the server. The SQL database engine cannot allocating more than 60MB ram. Which is terrible failure as my expected.
So after that, i must restore the Lock Pages in Memory setting - remove the network service account from Lock Pages in Memory option, restart my server and it come back to the first problem. The SQL server database engine come back stuck at allocating 1.7GB ram. So the Lock Pages in Memory keep SQL database engine stuck at allocating 60MB ram ? And how to resolve the first problem now ?