Top "Memory" questions

Use this tag for memory management or issues in programming.

How do I determine the size of my array in C?

How do I determine the size of my array in C? That is, the number of elements the array can …

c arrays memory
Fatal Error: Allowed Memory Size of 134217728 Bytes Exhausted (CodeIgniter + XML-RPC)

I have a bunch of client point of sale (POS) systems that periodically send new sales data to one centralized …

php codeigniter memory xml-rpc memory-limit
How can I measure the actual memory usage of an application or process?

This question is covered here in great detail. How do you measure the memory usage of an application or process …

linux memory process
How do I determine the size of an object in Python?

I want to know how to get size of objects like a string, integer, etc. in Python. Related question: How …

python object memory memory-management sizeof
How can I create a memory leak in Java?

I just had an interview, and I was asked to create a memory leak with Java. Needless to say, I …

java memory memory-leaks
Command-line Tool to find Java Heap Size and Memory Used (Linux)?

Is there a Command-line Tool (Linux) to check Heap Size (and Used Memory) of a Java Application? I have tried …

java linux performance memory heap
How can I explicitly free memory in Python?

I wrote a Python program that acts on a large input file to create a few million objects representing triangles. …

python memory memory-management
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
Calculate size of Object in Java

I want to record how much memory (in bytes, hopefully) an object takes up for a project (I'm comparing sizes …

java memory memory-management data-structures
How to find out which processes are using swap space in Linux?

Under Linux, how do I find out which process is using the swap space more?

linux memory swap