Top "Heap-memory" questions

The heap is process memory set aside for dynamic allocation.

JMeter OutOfMemoryError

I am facing below OutOfMemor errors, and JMeter stops working.... java.lang.OutOfMemoryError: Java heap space Dumping heap to java_…

memory heap jmeter out-of-memory heap-memory
how to check heap size allocated for jvm by linux

I have apache-tomcat as my web server. I want to check what heap size is allocated for jvm by linux. …

linux tomcat jvm heap-memory heap-size
How to increase heap memory for WildFly?

WildFly 8 is started on a linux server with standalone.sh. I noticed that the server was started with very few …

java performance wildfly heap-memory
How to set Java heap size (Xms/Xmx) inside Docker container?

As of raising this question, Docker looks to be new enough to not have answers to this question on the …

java docker heap-memory
Creating array of objects on the stack and heap

Consider the following code: class myarray { int i; public: myarray(int a) : i(a){ } } How can you create an array …

c++ arrays object heap-memory stack-memory
How to analyze memory using android studio

Recently switch to android studio from eclipse. How to check app heap and memory allocation in android studio? In Eclipse …

android android-studio profiling heap heap-memory
Visual Studio - how to find source of heap corruption errors

I wonder if there is a good way to find the source code that causes a heap corruption error, given …

visual-studio debugging heap-memory
How to increase the memory heap size on IntelliJ IDEA?

I want to allocate around 1GB of heap size, but I can't seem to figure it out. How to do …

intellij-idea heap-memory
PySpark: java.lang.OutofMemoryError: Java heap space

I have been using PySpark with Ipython lately on my server with 24 CPUs and 32GB RAM. Its running only on …

java apache-spark out-of-memory heap-memory pyspark
Can't change tomcat 7 heap size

I have set the heap size of tomcat 7 by adding the following line in catalina.sh export CATALINA_OPTS="-Xms512…

linux tomcat tomcat7 heap-memory