SQL HIGH memory Utilization

  • HI All,

    In my db Serevr we have 16 GB Ram , SQL server is taking 11.2 Gb Ram .

    I added perfmon counters for Available MBbytes [now its 300] .

    If any possibilty can i release the Sql server memory .

    Regards,

    Lavanya Sri

  • What's server max memory set at?

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass
  • Out of 16GB, 4GB is available for OS and other applications. That is ideal amount.

    I suggest you set SQL Server max memory to 12GB.

    Why do you want to release the SQL Server memory? Any issues?

  • hI,

    Max memory seetings : 14 GB out of 16 GB RAM [In SQl server management studio]

    SQL server :memory Manager [perfmon counter]

    Target Server memory: 11,382,584.000

    Toatl Server Memory :11,159,272.000

    Memory : [perfmon counter]

    Available MBytes : 455.000

    Thanks,

    Lavanys Sri

  • select * from sys.dm_os_performance_counters

    where counter_name like '%memory%'

    Could you post the result for the above query?

    Jayanth Kurup[/url]

  • Is there any other application on the server?

    You can reduce the max memory from 14 GB to 12 GB, so that OS and other applications have enough memory.

  • This is DB server No other applications are running .

    Please see the below figures ::

    Max memory seetings : 14 GB out of 16 GB RAM [In SQl server management studio]

    SQL server :memory Manager [perfmon counter]

    Target Server memory: 11,382,584.000

    Toatl Server Memory :11,159,272.000

    Memory : [perfmon counter]

    Available MBytes : 455.000

  • HI Gila,

    please reply to mail pleaseee

  • SQL Server is going to take all the memory you give it. 2gb out of 16gb is probably just fine, but if you feel it's not, or there seem to be issues, reduce the max memory on SQL Server.

    BTW, if you have further questions, keep them on the board here, not in emails. Unless you're offering Gail paid work. This way, other people who have the same question that you do will get answers as well.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning

  • Lavanyasri (8/10/2011)


    HI Gila,

    please reply to mail pleaseee

    I don't answer questions via mail (unless you're a paying client) Besides, I had no mail from you.

    As for recommendation:

    Suresh B. (8/10/2011)


    You can reduce the max memory from 14 GB to 12 GB, so that OS and other applications have enough memory.

    Gail Shaw
    Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
    SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability

    We walk in the dark places no others will enter
    We stand on the bridge and no one may pass

Viewing 10 posts - 1 through 9 (of 9 total)

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