Share on Facebook Share on Twitter Email
Answers.com

Commit charge

 

The amount of virtual memory Windows is currently using, as reported in the Task Manager dialog under the Performance tab. The Commit Charge fluctuates as applications are opened and closed. TOTAL shows the current amount of virtual memory used, which is comprised of main memory (RAM) and disk (pagefile). TOTAL is also graphed in real time on the Page File Usage History chart. PEAK is the maximum amount this session, while LIMIT is the maximum amount available unless the pagefile is expanded by Windows.

What Is Committed?

Apparently, a certain amount of virtual memory has been "committed." As for "charge," who knows? What we do know is that people who come up with such names should be "committed" to a place prohibiting them from creating user interfaces. They should also be "charged" with dim-witted naming. How about "Virtual Memory Usage" instead of "Commit Charge?"

The Windows Task Manager
Pressing Ctrl-Alt-Delete displays the Windows Task Manager, which shows the status of applications and processes currently running in the computer. Note that Commit Charge TOTAL and LIMIT amounts are also displayed at the bottom right.

Download Computer Desktop Encyclopedia to your iPhone/iTouch

Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Commit charge
Top

In computing, commit charge is a term used in Microsoft Windows operating systems to describe the total amount of virtual address space for which the backing store is the pagefile. It may be thought of as the maximum potential pagefile usage.

Overview

The Windows Task Manager utility, in its Performance tab, shows three counters related to commit charge:

  • Total is the amount of pagefile-backed virtual address space in use, i.e., the current commit charge. The corresponding performance counter is called "Committed Bytes".
  • Limit is the maximum possible value for Total; it is the sum of the current pagefile size plus the physical memory available for paging (this excludes RAM that is assigned to non-pageable areas). The corresponding performance counter is called "Commit Limit".
  • Peak is the highest amount that the total commit charge has reached since the computer was last rebooted.

The program Process Explorer for the Windows operating system created by Sysinternals (now owned by Microsoft) reports the same set of values with the slight variation that Total is called Current there and additionally provides percentages of Peak and Current towards the Limit value.

The commit charge increases when any program is opened and used, and goes down when a program is closed. It will also change when already-running programs allocate or free private virtual memory; for example, with the VirtualAlloc and VirtualFree APIs.

In the Task Manager utility under Windows XP and Windows Server 2003, the graphical displays labeled "PF usage" and "Page File Usage History" actually reflect not the pagefile contents but the total (or current) commit charge. The height of the graph area corresponds to the commit limit. Despite the label, these do not show how much has actually been written to the pagefile, but only the maximum potential pagefile usage at the moment. In Windows 2000 and Windows NT 4.0, these same displays are labeled "Mem usage" but again actually show the commit charge.

In Task Manager's "Processes" display, each process's contribution to the "total commit charge" is shown in the "VM size" column. The total commit charge will always be larger than the sum of these values, as the total includes system-wide allocations such as the paged pool.

The "Mem Usage" column in Task Manager's "Processes" display shows each process's current working set. This is a count of physical memory (RAM) rather than virtual address space. It represents the subset of the process's virtual address space that is valid, meaning that it can be referenced without incurring a page fault.

The commit charge for each process does not include other major contributions to the process's virtual address space, such as mapped files. For this reason, the process's working set may be larger than its "VM size" (its contribution to "total commit charge"), and the total commit charge is not at all inclusive of the total memory (physical plus virtual) actually in use.

The commit limit may be increased by either creating additional pagefiles or, if pagefile expansion is enabled, by expanding an existing one. The operating system will expand the pagefile automatically, if possible, when the total commit charge approaches the limit. In such an event a popup window will be displayed stating that "The system is running low on virtual memory."

If the system ever runs completely out of commit charge (that is, if the total reaches the limit), a popup window will be displayed stating that "The system is out of virtual memory," and it may become extremely sluggish or even nonresponsive. Closing programs (if the user is still able to do so at this point) decreases the total commit charge and may thereby free up the system.

See also

References


 
 

 

Copyrights:

Computer Desktop Encyclopedia. THIS DEFINITION IS FOR PERSONAL USE ONLY.
All other reproduction is strictly prohibited without permission from the publisher.
© 1981-2010 The Computer Language Company Inc.  All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Commit charge" Read more