约 50 个结果
在新选项卡中打开链接
  1. Can the GPU use the main computer RAM (as an extension)?

    2020年4月26日 · The GPU itself cannot access CPU RAM, but it can be made to look like it is able to use the CPU RAM by the software running on the CPU. Effectively your CPU can take program …

  2. memory - Does RAM “degrade” over time? - Super User

    So for the average user, if RAM failure is an issue, then about the only thing you copuld do is use new RAM, and replace it over time if you use it very heavily (as in a home server etc). After computer …

  3. How can I constantly monitor my computer's RAM usage?

    2012年10月2日 · I have to monitor my computer physical memory (RAM) usage constantly when I'm working, because sometimes I will work with multiple applications (e.g Sublime Text, Photoshop, MS …

  4. What happens to the content of RAM when a computer turns off?

    2020年5月20日 · 1 I have 8GB RAM with and it have variables and stuff. I close the computer and most of the data on the RAM is no longer there. If the normal hard drive make files on overwriting mode …

  5. How do I find the CPU and RAM usage using PowerShell?

    2011年6月9日 · I am trying to get PowerShell to give me the RAM and CPU usage, but I can't figure out what WMI class to use. My computer has two processors, so it would be useful to have the …

  6. Why is my usable RAM only half of my Installed RAM?

    2020年1月2日 · 7 I recently installed another 8GB of RAM, but my computer isn't able to use it. Apparently, it's all "hardware reserved." I don't think that Windows 10 needs 8GB of RAM to run, and …

  7. RAM usage is growing up to 96-98% for no reason? - Super User

    2022年9月7日 · This computer is my office computer, I have my own laptop installed with only 12 GB of RAM (using the same Windows 10 with latest updates installed) and the init RAM is just about 25 …

  8. RAM is full with only minimal apps running on Windows 10

    2020年1月11日 · I have 16GB of RAM installed in my system and almost 100% is in use with only minimal apps running. This is not normally how it should be, it usually hovers around 30-40%. It is so …

  9. Computer won't POST after installing 4 RAM sticks - Super User

    2019年5月4日 · Recently I bought two more RAM sticks with same specs and brands as the two 8GB RAM sticks I have installed. However, the computer won’t start after I install two new RAM sticks. …

  10. How do you get total amount of RAM the computer has?

    Using C#, I want to get the total amount of RAM that my computer has. With the PerformanceCounter I can get the amount of Available ram, by setting: counter.CategoryName = "Memory"; counter.Counte...