June 22, 2010 at 8:49 am
Can sp_reconfigure be run and it take affect immediately? If not, this will not be implemented until I can plan for a shutdown/restart.
June 22, 2010 at 8:54 am
Well the max mem size followed by sp_reconfigure is generally immidiate. As long a max size is not being set to lower. The lock pages in memory requires a sql restart, but to be doubly sure thats why i am suggesting to wait until you can do a hard reboot.
Adam Zacks-------------------------------------------Be Nice, Or Leave
June 22, 2010 at 9:32 am
Adam,
I am following http://support.microsoft.com/kb/918483 to lock memory. Let me know if this is not correct.
Thanks so much for you and your friend for helping me out.
Patti
June 23, 2010 at 1:19 am
Looks about right.
Good luck, let us know if any issues.
A.
Adam Zacks-------------------------------------------Be Nice, Or Leave
June 23, 2010 at 7:25 pm
Adam,
Looks like after I did the recofigure the memory messages stopped. I am waiting to have the server rebooted due to windows patches are being applied also.
I ran the sql to query the memory values and this is what it is set to now after I changed it to 5Gig.
name minimum maximum config_value run_value
----------------------------------- ----------- ----------- ------------ -----------
max server memory (MB) 16 2147483647 5000 5000
I changed rights for service account to lock sql server in memory but that won't take affect until sql is restarted. Again, I am waiting for the server to be rebooted with the windows patches.
So far so good. I just wanted to give you all an update so you would know.
Thanks again for your help. I will know for sure after the server is rebooted that all is completely fixed.
Patti
June 23, 2010 at 7:40 pm
Oh yeah, I forgot to run the SQL. This is what I have right now. Ask your colleague what he thinks.
physical_memory_in_bytes
------------------------
8587436032
virtual_memory_in_bytes
------------------------
8796092891136
Number of 8KB buffers in buffer pool
----------------------------------
640000
Number of 8KB buffers needed by the buffer pool
-----------------------------------------------
640000
Status of Dynamic Memory
--------------------------
NULL
Number of 8KB Buffers in Buffer Pool that are directly accessible in the processes VAS.
----------------------------------------------------------------------------------
640000
Viewing 6 posts - 16 through 20 (of 20 total)
You must be logged in to reply to this topic. Login to reply