8

SQL Server 2008 R2 Standard Edition (64-bit) on Windows 2008R2 Enterprise

  • Server has over 300 GB of memory but total memory use in control panel never goes over 86 GB
  • Have SQL configured to use the maximum amount of memory
  • Even under heavy use - CPU over 80% for minutes

  • Dedicated SQL Server

  • Several large databases
  • One heavily used table has an index size alone of over 10 GB

Set the service account to hold locks in memory

Is that normal?

What can I test?

Can I get SQL Server to use more memory?

marc_s
9,0626 gold badges46 silver badges52 bronze badges
asked Jul 11, 2013 at 16:39
0

1 Answer 1

17

Standard Edition is limited to a 64 GB buffer pool.

To use all the available memory of the server, you'll need to upgrade to either Enterprise or Datacenter Edition, or scale out to multiple instances of Standard Edition.

answered Jul 11, 2013 at 16:49
0

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.