DBCC memory : Current commited vs Page free vs Page allocated vs pages in uses

sakuraime 2,321 Reputation points
2020-08-28T17:47:33.123+00:00

21283-dbcc-memory.jpg

Current commited vs Page free vs Page allocated vs pages in uses~~~~ <<< What are their relationship

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,995 questions
0 comments No comments
{count} votes

4 answers

Sort by: Most helpful
  1. sakuraime 2,321 Reputation points
    2020-08-29T06:38:14.107+00:00

    anyone has the idea ?

    0 comments No comments

  2. sakuraime 2,321 Reputation points
    2020-08-30T09:45:44.63+00:00

    anyone has the idea ?

    0 comments No comments

  3. Cris Zhan-MSFT 6,611 Reputation points
    2020-08-31T09:38:11.077+00:00

    Hi,

    Starting from SQL Server 2012, most of the information related to the memory manager in the DBCC MemoryStatus output has been moved from the Buffer Pool to the memory manager. The "Pages In Use" is a new counter.

    You can refer to the Memory Manager surface area changes in SQL Server 2012 .This shows their definition, but not the "relationship".

    0 comments No comments

  4. Shashank Singh 6,246 Reputation points
    2020-08-31T09:57:34.717+00:00

    Hi,

    This has already been answered in old MSDN site or not ?

    dbcc-memory-status-current-commited

    For DBCC memoryoutput and explanation please refer

    how-to-use-the-dbcc-memorystatus-command-to-monitor-memory-usage-on-sq

    0 comments No comments