Memory usage doesn't add up in Windows 10
Every few days of uptime the memory usage of my PC increases without any obvious reason. Here is a typical memory usage reading after 4 days of uptime:
However, I've tried to trace the offending application causing any potential memory leaks. Task Manager lists the highest app usage from Google Chrome (with only ~200MB usage):
Closing other apps still leaves 62% mysteriously in use:
Meanwhile, poolmon.exe
shows CM16
and Proc
tags are listed using high amounts of memory in the Paged and Nonpaged pools, respectively:
Strangely, restarting the PC clears up memory usage, but shutting down and starting up doesn't. I assume this is due to the "fast startup" feature, but I'm not sure why it would affect memory usage.
If it matters, I am also using CleanMem as I assumed it would help alleviate any memory leak problems.
Given these, how could I pinpoint what is causing high memory usage in my system?
UPDATE: I tried to run xperf to view stack traces on the pool tags, as suggested in a comment, but I am not sure what to make of what I have found:
UPDATE: Here is the ETL file of the above screenshot
windows-10 memory performance
|
show 5 more comments
Every few days of uptime the memory usage of my PC increases without any obvious reason. Here is a typical memory usage reading after 4 days of uptime:
However, I've tried to trace the offending application causing any potential memory leaks. Task Manager lists the highest app usage from Google Chrome (with only ~200MB usage):
Closing other apps still leaves 62% mysteriously in use:
Meanwhile, poolmon.exe
shows CM16
and Proc
tags are listed using high amounts of memory in the Paged and Nonpaged pools, respectively:
Strangely, restarting the PC clears up memory usage, but shutting down and starting up doesn't. I assume this is due to the "fast startup" feature, but I'm not sure why it would affect memory usage.
If it matters, I am also using CleanMem as I assumed it would help alleviate any memory leak problems.
Given these, how could I pinpoint what is causing high memory usage in my system?
UPDATE: I tried to run xperf to view stack traces on the pool tags, as suggested in a comment, but I am not sure what to make of what I have found:
UPDATE: Here is the ETL file of the above screenshot
windows-10 memory performance
I still get ~62% memory usage even without any apps open: Screenshot
– InstilledBee
Nov 18 '17 at 7:43
Antivirus shows more memory usage. It does need more RAM.
– Biswapriyo
Nov 18 '17 at 8:43
@Biswa I am not sure what you mean with needing more RAM? My PC has 8GB installed.
– InstilledBee
Nov 18 '17 at 8:53
use xperf/WPA to analyze the usage of CM16 and Proc tag
– magicandre1981
Nov 18 '17 at 17:28
1
next time please notify me with @ myusername. the proc usage in this trace was done by synergyd.exe and syntool.exe. So maybe more commandline tools run all time in background (scheduled tasks). Toke usage comes from all programs doing user permission thinks (Tokens API like ntoskrnl.exe!SepDuplicateToken). Look if the issue is still relevant after updating to 1709, you use Win10 1703.
– magicandre1981
Feb 7 '18 at 16:35
|
show 5 more comments
Every few days of uptime the memory usage of my PC increases without any obvious reason. Here is a typical memory usage reading after 4 days of uptime:
However, I've tried to trace the offending application causing any potential memory leaks. Task Manager lists the highest app usage from Google Chrome (with only ~200MB usage):
Closing other apps still leaves 62% mysteriously in use:
Meanwhile, poolmon.exe
shows CM16
and Proc
tags are listed using high amounts of memory in the Paged and Nonpaged pools, respectively:
Strangely, restarting the PC clears up memory usage, but shutting down and starting up doesn't. I assume this is due to the "fast startup" feature, but I'm not sure why it would affect memory usage.
If it matters, I am also using CleanMem as I assumed it would help alleviate any memory leak problems.
Given these, how could I pinpoint what is causing high memory usage in my system?
UPDATE: I tried to run xperf to view stack traces on the pool tags, as suggested in a comment, but I am not sure what to make of what I have found:
UPDATE: Here is the ETL file of the above screenshot
windows-10 memory performance
Every few days of uptime the memory usage of my PC increases without any obvious reason. Here is a typical memory usage reading after 4 days of uptime:
However, I've tried to trace the offending application causing any potential memory leaks. Task Manager lists the highest app usage from Google Chrome (with only ~200MB usage):
Closing other apps still leaves 62% mysteriously in use:
Meanwhile, poolmon.exe
shows CM16
and Proc
tags are listed using high amounts of memory in the Paged and Nonpaged pools, respectively:
Strangely, restarting the PC clears up memory usage, but shutting down and starting up doesn't. I assume this is due to the "fast startup" feature, but I'm not sure why it would affect memory usage.
If it matters, I am also using CleanMem as I assumed it would help alleviate any memory leak problems.
Given these, how could I pinpoint what is causing high memory usage in my system?
UPDATE: I tried to run xperf to view stack traces on the pool tags, as suggested in a comment, but I am not sure what to make of what I have found:
UPDATE: Here is the ETL file of the above screenshot
windows-10 memory performance
windows-10 memory performance
edited Nov 25 '17 at 11:42
asked Nov 18 '17 at 6:32
InstilledBee
316
316
I still get ~62% memory usage even without any apps open: Screenshot
– InstilledBee
Nov 18 '17 at 7:43
Antivirus shows more memory usage. It does need more RAM.
– Biswapriyo
Nov 18 '17 at 8:43
@Biswa I am not sure what you mean with needing more RAM? My PC has 8GB installed.
– InstilledBee
Nov 18 '17 at 8:53
use xperf/WPA to analyze the usage of CM16 and Proc tag
– magicandre1981
Nov 18 '17 at 17:28
1
next time please notify me with @ myusername. the proc usage in this trace was done by synergyd.exe and syntool.exe. So maybe more commandline tools run all time in background (scheduled tasks). Toke usage comes from all programs doing user permission thinks (Tokens API like ntoskrnl.exe!SepDuplicateToken). Look if the issue is still relevant after updating to 1709, you use Win10 1703.
– magicandre1981
Feb 7 '18 at 16:35
|
show 5 more comments
I still get ~62% memory usage even without any apps open: Screenshot
– InstilledBee
Nov 18 '17 at 7:43
Antivirus shows more memory usage. It does need more RAM.
– Biswapriyo
Nov 18 '17 at 8:43
@Biswa I am not sure what you mean with needing more RAM? My PC has 8GB installed.
– InstilledBee
Nov 18 '17 at 8:53
use xperf/WPA to analyze the usage of CM16 and Proc tag
– magicandre1981
Nov 18 '17 at 17:28
1
next time please notify me with @ myusername. the proc usage in this trace was done by synergyd.exe and syntool.exe. So maybe more commandline tools run all time in background (scheduled tasks). Toke usage comes from all programs doing user permission thinks (Tokens API like ntoskrnl.exe!SepDuplicateToken). Look if the issue is still relevant after updating to 1709, you use Win10 1703.
– magicandre1981
Feb 7 '18 at 16:35
I still get ~62% memory usage even without any apps open: Screenshot
– InstilledBee
Nov 18 '17 at 7:43
I still get ~62% memory usage even without any apps open: Screenshot
– InstilledBee
Nov 18 '17 at 7:43
Antivirus shows more memory usage. It does need more RAM.
– Biswapriyo
Nov 18 '17 at 8:43
Antivirus shows more memory usage. It does need more RAM.
– Biswapriyo
Nov 18 '17 at 8:43
@Biswa I am not sure what you mean with needing more RAM? My PC has 8GB installed.
– InstilledBee
Nov 18 '17 at 8:53
@Biswa I am not sure what you mean with needing more RAM? My PC has 8GB installed.
– InstilledBee
Nov 18 '17 at 8:53
use xperf/WPA to analyze the usage of CM16 and Proc tag
– magicandre1981
Nov 18 '17 at 17:28
use xperf/WPA to analyze the usage of CM16 and Proc tag
– magicandre1981
Nov 18 '17 at 17:28
1
1
next time please notify me with @ myusername. the proc usage in this trace was done by synergyd.exe and syntool.exe. So maybe more commandline tools run all time in background (scheduled tasks). Toke usage comes from all programs doing user permission thinks (Tokens API like ntoskrnl.exe!SepDuplicateToken). Look if the issue is still relevant after updating to 1709, you use Win10 1703.
– magicandre1981
Feb 7 '18 at 16:35
next time please notify me with @ myusername. the proc usage in this trace was done by synergyd.exe and syntool.exe. So maybe more commandline tools run all time in background (scheduled tasks). Toke usage comes from all programs doing user permission thinks (Tokens API like ntoskrnl.exe!SepDuplicateToken). Look if the issue is still relevant after updating to 1709, you use Win10 1703.
– magicandre1981
Feb 7 '18 at 16:35
|
show 5 more comments
1 Answer
1
active
oldest
votes
From the CleanMem about page:
"The memory is pushed to the system cache, not the page file. The system cache is still in memory. And a program can call back what it needs instantly"
AKA, running "CleanMem" just hides memory behind the system in the cache, so you don't see it being used.
Generally, any kind of "memory management" tool in Windows is a bad idea.
Why? Because especially in an OS as complicated as Windows 10, using some "tweak" to try to get more memory is probably just going to make the existing memory management algorithms get confused. Windows has extremely advanced built-in memory management, compression, caching, and prediction. Don't mess with it. Need to free memory? Use Firefox instead of Chrome.
Also, check out the SysInternalsSuite tool procexp.exe. It is a lot easier to read than xperf:
Another process you may not see using memory would be if you have Hyper-V installed and are running any virtual machines within it.
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1269549%2fmemory-usage-doesnt-add-up-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
From the CleanMem about page:
"The memory is pushed to the system cache, not the page file. The system cache is still in memory. And a program can call back what it needs instantly"
AKA, running "CleanMem" just hides memory behind the system in the cache, so you don't see it being used.
Generally, any kind of "memory management" tool in Windows is a bad idea.
Why? Because especially in an OS as complicated as Windows 10, using some "tweak" to try to get more memory is probably just going to make the existing memory management algorithms get confused. Windows has extremely advanced built-in memory management, compression, caching, and prediction. Don't mess with it. Need to free memory? Use Firefox instead of Chrome.
Also, check out the SysInternalsSuite tool procexp.exe. It is a lot easier to read than xperf:
Another process you may not see using memory would be if you have Hyper-V installed and are running any virtual machines within it.
add a comment |
From the CleanMem about page:
"The memory is pushed to the system cache, not the page file. The system cache is still in memory. And a program can call back what it needs instantly"
AKA, running "CleanMem" just hides memory behind the system in the cache, so you don't see it being used.
Generally, any kind of "memory management" tool in Windows is a bad idea.
Why? Because especially in an OS as complicated as Windows 10, using some "tweak" to try to get more memory is probably just going to make the existing memory management algorithms get confused. Windows has extremely advanced built-in memory management, compression, caching, and prediction. Don't mess with it. Need to free memory? Use Firefox instead of Chrome.
Also, check out the SysInternalsSuite tool procexp.exe. It is a lot easier to read than xperf:
Another process you may not see using memory would be if you have Hyper-V installed and are running any virtual machines within it.
add a comment |
From the CleanMem about page:
"The memory is pushed to the system cache, not the page file. The system cache is still in memory. And a program can call back what it needs instantly"
AKA, running "CleanMem" just hides memory behind the system in the cache, so you don't see it being used.
Generally, any kind of "memory management" tool in Windows is a bad idea.
Why? Because especially in an OS as complicated as Windows 10, using some "tweak" to try to get more memory is probably just going to make the existing memory management algorithms get confused. Windows has extremely advanced built-in memory management, compression, caching, and prediction. Don't mess with it. Need to free memory? Use Firefox instead of Chrome.
Also, check out the SysInternalsSuite tool procexp.exe. It is a lot easier to read than xperf:
Another process you may not see using memory would be if you have Hyper-V installed and are running any virtual machines within it.
From the CleanMem about page:
"The memory is pushed to the system cache, not the page file. The system cache is still in memory. And a program can call back what it needs instantly"
AKA, running "CleanMem" just hides memory behind the system in the cache, so you don't see it being used.
Generally, any kind of "memory management" tool in Windows is a bad idea.
Why? Because especially in an OS as complicated as Windows 10, using some "tweak" to try to get more memory is probably just going to make the existing memory management algorithms get confused. Windows has extremely advanced built-in memory management, compression, caching, and prediction. Don't mess with it. Need to free memory? Use Firefox instead of Chrome.
Also, check out the SysInternalsSuite tool procexp.exe. It is a lot easier to read than xperf:
Another process you may not see using memory would be if you have Hyper-V installed and are running any virtual machines within it.
answered Dec 12 '18 at 6:48
Nate Cartwright
362
362
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1269549%2fmemory-usage-doesnt-add-up-in-windows-10%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
I still get ~62% memory usage even without any apps open: Screenshot
– InstilledBee
Nov 18 '17 at 7:43
Antivirus shows more memory usage. It does need more RAM.
– Biswapriyo
Nov 18 '17 at 8:43
@Biswa I am not sure what you mean with needing more RAM? My PC has 8GB installed.
– InstilledBee
Nov 18 '17 at 8:53
use xperf/WPA to analyze the usage of CM16 and Proc tag
– magicandre1981
Nov 18 '17 at 17:28
1
next time please notify me with @ myusername. the proc usage in this trace was done by synergyd.exe and syntool.exe. So maybe more commandline tools run all time in background (scheduled tasks). Toke usage comes from all programs doing user permission thinks (Tokens API like ntoskrnl.exe!SepDuplicateToken). Look if the issue is still relevant after updating to 1709, you use Win10 1703.
– magicandre1981
Feb 7 '18 at 16:35