Changing memory does it recycle buffer pool?

  • It does not flush the buffer cache, no.

    Adding memory at any time is safe..removing it will definitely kick things out of the cache, of course, so I wouldn't necessarily do it during peak hours (though I have before with no adverse effects).

  • I am not a memory guru by any means but about the only way to clear the buffer pool is to reboot, restart the instance, or run dbcc dropcleanbuffers. Changing the memory setting should be fine.

  • thanks

Viewing 3 posts - 1 through 4 (of 4 total)

You must be logged in to reply to this topic. Login to reply