April 2, 2019 at 6:46 pm
...query. And I can't get SQL to start. When I tried using DAC to increase max memory I still get this error. I think Max Memory was artificially set to nothing or close to it. Any help or suggestions?
April 2, 2019 at 6:49 pm
I tried this but received the same error (in DAC)
April 2, 2019 at 8:07 pm
...and we're back online.
The fix was to stop Agent and set the service to manual. Then we entered -f as a startup parameter for engine in configuration manager. After bouncing the service we were able to connect via SSMS and update the max memory setting. Afterwards, we removed the -f from the startup parameter, bounced the service, and live another day...
April 2, 2019 at 8:08 pm
Do you have the Resource Governor enabled? If so, try to disable it
Sue
April 2, 2019 at 8:39 pm
Thanks for the update on this I was curious as to how you were going to fix it 🙂
April 2, 2019 at 8:55 pm
Ha, yes - it didn't look hopeful there for a while 🙂 It turns out the max memory setting was accidentally set to almost zero. The trick is to startup SQL in minimal configuration mode (which, among other things, sets SQL to single-user mode), and stop Agent so it doesn't grab the only connection.
April 2, 2019 at 10:24 pm
...and we're back online.
The fix was to stop Agent and set the service to manual. Then we entered -f as a startup parameter for engine in configuration manager. After bouncing the service we were able to connect via SSMS and update the max memory setting. Afterwards, we removed the -f from the startup parameter, bounced the service, and live another day...
Awesome! Thanks for the fix.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply