About 50 results
Open links in new tab
  1. What happens to the content of RAM when a computer turns off?

    May 20, 2020 · 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 …

  2. Can the GPU use the main computer RAM (as an extension)?

    Apr 26, 2020 · 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 memory …

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

    Jan 2, 2020 · 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 I would like …

  4. memory - RAM Part Numbers - Meaning? - Super User

    Is that RAM stick causing some problems? Part numbers are, well, part numbers. They may have meaning for manufacturer, but not necessarily for end-user. If it works, then it's fine. If it matches …

  5. 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...

  6. What does the 1Rx8 mean vs. 2Rx8 for RAM and are they compatible?

    Oct 21, 2015 · It is a main PC system memory. For desktop PC DDR RAM standard - DIMM, for Laptop PC - SO-DIMM. There is DDR, DDR2, DDR3 and DDR4 RAM standards. They are not compatible …

  7. What and where are the stack and heap? - Stack Overflow

    Sep 17, 2008 · 2727 Stack: Stored in computer RAM just like the heap. Variables created on the stack will go out of scope and are automatically deallocated. Much faster to allocate in comparison to …

  8. Why is my "Committed" memory so much higher than my actual RAM …

    Sep 12, 2015 · Windows uses a pagefile, which is like RAM, but stored in your hard drive. It's much slower, but it's useful when you need to use more memory than you have in your computer.

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

    Jun 9, 2011 · 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 …

  10. 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 …