Top "Ram" questions

RAM (Random Access Memory) is a form of computer data storage.

Google Colaboratory: misleading information about its GPU (only 5% RAM available to some users)

update: this question is related to Google Colab's "Notebook settings: Hardware accelerator: GPU". This question was written before the "TPU" …

python machine-learning gpu ram google-colaboratory
Android memory types (RAM v Internal Memory)

On a separate thread I demonstrated my ignorance of memory types by asking about the best way to copy a …

android memory storage ram
How to get current CPU and RAM usage in C++?

is it possible, in C++, to get the current RAM and CPU usage? Is there a platform-indepentent function call?

c++ cpu-usage ram
How to get CPU usage and RAM usage without exec?

How does VBulletin get the system information without the use of exec? Is there any other information I can get …

php cpu-usage ram bandwidth system-information
Why does VS Code require so much memory? How can I make it run more memory-efficiently?

Does anyone know how to make VS Code use less memory? It´s taking more than 2gb, sometimes more than 3 …

visual-studio-code ram
get server ram with php

Is there a way to know the avaliable ram in a server (linux distro) with php (widthout using linux commands)? …

php ram
How to get total RAM size of a device?

I want to get full RAM size of a device. memoryInfo.getTotalPss() returns 0. There is not function for get total …

android size ram
what's the difference between working set and commit size?

when debugging OOM bugs, what's the difference between working set and commit size? Especially what's the exact meaning for commit …

windows memory-leaks ram
How can I create a RAM disk programmatically?

I am not looking for a code that invokes a command line utility, which does the trick. I am actually …

windows ram
How do you determine the amount of Linux system RAM in C++?

I just wrote the following C++ function to programatically determine how much RAM a system has installed. It works, but …

c++ linux ram