Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6859947
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T02:20:51+00:00 2026-05-27T02:20:51+00:00

This is going to be my first attempt at fine tuning our SQL Server

  • 0

This is going to be my first attempt at fine tuning our SQL Server 2008R2, and I’d like a starting point based on the following.

When I view the resource monitor, I see (in KB):
Commit: 843,948
Working Set: 718,648
Shareable: 26,276
Private: 692,372

Out of 2 gigs available on our virtual server, 1.6 is getting used up, and I suspect it is due SQL Server, and the memory gets chewed up when I initiate a service that does a bunch of TVP inserts and checks. I already added some GC.collect() in my c# service, however I’m not really seeing much of a change, which leads me back to the SQL Server.

Where would be a good starting point for me to learn more about optimizing based on this information, and some quick pointers?

Thanks.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T02:20:51+00:00Added an answer on May 27, 2026 at 2:20 am

    Here is a quick pointer: buy more memory. 2GB is nothing today.

    For the long answer: you need to understand how SQL Server allocates and uses memory. 1.6Gb on a 2Gb box is perfectly normal. See Dynamic Memory Management:

    When SQL Server starts, it computes the size of virtual address space
    for the buffer pool based on a number of parameters such as amount of
    physical memory on the system, number of server threads and various
    startup parameters. SQL Server reserves the computed amount of its
    process virtual address space for the buffer pool, but it acquires
    (commits) only the required amount of physical memory for the current
    load.

    The instance then continues to acquire memory as needed to support the
    workload. As more users connect and run queries, SQL Server acquires
    the additional physical memory on demand. A SQL Server instance
    continues to acquire physical memory until it either reaches its max
    server memory allocation target or Windows indicates there is no
    longer an excess of free memory; it frees memory when it has more than
    the min server memory setting, and Windows indicates that there is a
    shortage of free memory.

    In other words, SQL Server will not release the 1.6Gb unless there is memory pressure notification from Windows.

    And finally, about your question on where to look for info on optimizations: Waits and Queues is an excellent resource. It is a methodology that allows you to identify the bottlenecks and recommends the appropriate action for all common bottleneck cases.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

This is going to sound like a silly question, but I'm still learning C,
To preface, this is my first attempt at MVVM... I buy it, I'm just
I want to copy the parameters foo(bar).baz in the following code: function(foo(bar).baz) First attempt:
This is going to be the noobist of all noob questions, but what exactly
This is going to be hard to explain but I'll try my best. I
This is going to be a little tricky to explain. I'm trying to write
This is going to sound too silly / too basic - sorry about that,
This is going to be a long post and just for fun, so if
Is this functionality going to be put into a later Java version? Can someone
Hey this is going to be one of those dumb questions. I am trying

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.