Top "Ram" questions

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

How to see top processes sorted by actual memory usage?

I have a server with 12G of memory. A fragment of top is shown below: PID USER PR NI VIRT …

linux memory ram opensuse
How to get current CPU and RAM usage in Python?

What's your preferred way of getting current system status (current CPU, RAM, free disk space, etc.) in Python? Bonus points …

python system cpu status ram
MySQL maximum memory usage

I would like to know how it is possible to set an upper limit on the amount of memory MySQL …

mysql memory ram
How do I check CPU and Memory Usage in Java?

I need to check CPU and memory usage for the server in java, anyone know how it could be done?

java operating-system cpu ram
How can I find out the total physical memory (RAM) of my linux box suitable to be parsed by a shell script?

I'm typing a shell script to find out the total physical memory in some RHEL linux boxes. First of all …

linux ram memory-size
Sorting 1 million 8-decimal-digit numbers with 1 MB of RAM

I have a computer with 1 MB of RAM and no other local storage. I must use it to accept 1 million 8…

algorithm sorting embedded ram
how much memory can be accessed by a 32 bit machine?

What is meant by 32bit or 64 bit machine? It’s the processor architecture…a 32 bit machine can read and write 32…

32bit-64bit ram cpu-architecture
How to delete multiple pandas (python) dataframes from memory to save RAM?

I have lot of dataframes created as part of preprocessing. Since I have limited 6GB ram, I want to delete …

python memory-management pandas dataframe ram
How much RAM is SQL Server actually using?

I am debugging one of my apps and noticed that the RAM on my SQL Server 2005 x64 box (running on …

sql-server-2005 ram
What are the differences between virtual memory and physical memory?

I am often confused with the concept of virtualization in operating systems. Considering RAM as the physical memory, why do …

memory-management operating-system virtualization ram virtual-memory