Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
there is a screenshot link or is that not working?
here you go
Yeah, I don't know if you realize, but you didn't do that this time. You only said, "here you go".
https://prnt.sc/TaRXtpzKLYGv
my bad sorry
The process list is a good place to start, but it might not give you the answer. Namely, adding everything you see up there will never come out to your total memory use because there's a lot more than applications in user space that use memory.
What can be seen is that you have 800 MB hardware reserved (probably to the IGP), although that doesn't count against your memory use; it reduced your capacity (hence the 31.2 GB usable).
You have almost 3 GB tied up in page pool and non-page pool, likely from drivers, and while neither of these values are necessarily high enough to indicate an issue, that's higher than I'd expect from an idle system
Then again, a near constant 18% CPU use is too, so I'm guessing this is a case of "it's not as idle as you think".
Windows itself can use a handful of GB, give or take.
Presuming you actually have a particular application claiming a lot of the remainder, you might have a memory leak somewhere.
In Task Manager, go to the "users" tab and see how much memory it's showing. This will give you a good idea of the unaccounted for memory is tied up in user space or within Windows. If it's the latter, the leak is likely caused by a driver. If the former, it may be in an application you're running.
Edit: Yeah, going on the above ninja added screenshot, I'm guessing leak in some low level application or driver.
Restarting (not shutting down and turning back on) should get you back to "normal" RAM use for now, but if it's a leak, it may grow again over time.
Hmm. Interesting. It's not Steam that's using up all that RAM. That's just using a pretty typical 500 MB or so.
I would do a more thorough check using Resource Monitor. That will also show a more thorough list of your processes.
I would also check your Startup Apps to see if anything is launching on boot that shouldn't be. What happens after you reboot your system?
I don't remember Superfetch being this aggressive.
I really wouldn't recommend randomly deleting things that you're unsure of, no.
You need to find out what is claiming this memory.
If it's not in user space, then stuff like Task Manager/Resource Monitor probably won't be of much help. You'll need to look at stuff like RAMMap[learn.microsoft.com] or Process Monitor[learn.microsoft.com].
Restarting your PC will get your RAM use back down. But if you have a memory leak, it will grow eventually, depending on what's causing it, so you may want to use the above methods now while you still have the high RAM use to see where it is.
It's mostly likely some driver or other low level application in Windows, not user space.
the thing is my pc is completely new.. got it like a month ago. i restarted the pc and all is good now.. i will have a close eye on the mem usage and if it happens again ill try to find the problem
Restarting with "clear" the RAM, but if there is a memory leak, it will return over time. You'll have to monitor it. If it's still an issue, you'll have to find out what software/driver is responsible, and update it or find and alternative.