About 426,000 results
Open links in new tab
  1. Why is my "Committed" memory so much higher than my actual …

    Sep 12, 2015 · Committed memory is the memory you have in your computer plus the page file. It looks like sometimes programs use too much memory and made windows store some things …

  2. windows - What are "Commited Memory", "Cached", "Paged", …

    Feb 28, 2019 · The total size of "committed" (that is, pagefile-backed, or it would be if you had a pagefile, which you definitely should), across all processes plus the OS kernel, is that first …

  3. How to identify which process committed memory - Super User

    My system runs high on committed memory (out of 8GB RAM + 2 GB page file 85% memory is committed). Physical usage is at some 65%. How can I identify what process(es) is allocating …

  4. Window 8 : RAM usage (committed memory) - Super User

    I have a 4 GB RAM memory. In task manager you can see tha Committed memory is 5,6/7,9 GB RAM. Why that if In use memory is just 3,1 GB ? Is Windows using the Page File ?

  5. Committed memory in Windows 10 is very high even though …

    May 22, 2017 · The committed memory though is maxing out. When I check to see what program is using a high amount of committed memory in Resource Monitor, everything is pretty low, …

  6. Committed Bytes and Commit Limit - Memory Statistics

    Apr 30, 2017 · I'm trying to understand the actual difference between committed bytes and commit limit. From the definitions below, Commit Limit is the amount of virtual memory that can be …

  7. 16GB of committed memory on a 8GB RAM system [duplicate]

    Jul 12, 2018 · Committed memory is virtual address space, specifically process-private virtual address space, and it is pageable. So n GB of commit charge is not necessarily using n GB of …

  8. Removing committed versions from git history of one single file

    Nov 11, 2024 · @Mureinik, that question is about removing a committed feature/branch, while mine is about removing one single file while keeping the rest of its revisions. It might look …

  9. Why do Linux systems have so much committed memory?

    May 4, 2025 · That temporary state would require lots of committed memory." – man 2 fork: "Under Linux, fork() is implemented using copy-on-write pages, so the only penalty that it …

  10. git - GitLab: You cannot push commits for . You can only push …

    Mar 31, 2019 · In my case there was a committer restriction in project on GitLab. "Users can only push commits to this repository that were committed with one of their own verified emails." …