Resource Governor Max Memory settings

  • Hi

    we've had a spate of Resource Semaphore issues. They're on large server with 500GB+ RAM. The issues seem to caused (in part) by memory estimates being far larger than the used memory. Ideally you'd redevelop code so it returns fewer rows has better estimates etc.... However I don't think I'll get the dev resources to do that.

    I wondered if anyone has experience of altering the REQUEST_MAX_MEMORY_GRANT_PERCENT.

    ALTER WORKLOAD GROUP [DEFAULT] WITH (REQUEST_MAX_MEMORY_GRANT_PERCENT = 10)
    GO
    ALTER RESOURCE GOVERNOR RECONFIGURE;
    GO

    With such a lot of RAM in each server I wondered if effectively creating more semaphore queues would resolve the issue. Does anyone have any experience of this? My rational mind says it sounds like a good idea, but my gut disagrees.

    Cheers

    Alex

  • Thanks for posting your issue and hopefully someone will answer soon.

    This is an automated bump to increase visibility of your question.

Viewing 2 posts - 1 through 1 (of 1 total)

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