Top "Heap-size" questions

Best way to increase heap size in catalina.bat file

I have tomcat 6 server on windows xp ,And I start tomcat through console i.e. using startup.bat. AFAIK catalina.…

tomcat memory memory-leaks tomcat6 heap-size
Invalid maximum heap size

I have copied a jdk directory from another location. Since then, I get the following error message. Your environment has …

jvm jdk1.5 heap-size
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
What is the relation between 'mapreduce.map.memory.mb' and 'mapred.map.child.java.opts' in Apache Hadoop YARN?

I would like to know the relation between the mapreduce.map.memory.mb and mapred.map.child.java.opts parameters. …

apache hadoop configuration yarn heap-size
Setting heap size in IntelliJ IDEA correctly

I have this peculiar problem with running a Processing application in IntelliJ IDEA. I want to save a large image …

java intellij-idea processing heap-size processing-ide
Maximum heap size using for Java process in Windows 10 64 bit running 64 bit JVM

What is maximum Heap size for Java process running on Windows 10 64 bits, with 64 bits JVM? My machine has 8 GB of …

java jvm 64-bit windows-10 heap-size
IntelliJ IDEA: Abnormal build process termination after heap size change

I've been trying to allocate 256MB array, which produced Java heap space exception. I've tried this solution and it didn't …

java intellij-idea heap-size
JBOSS - The transaction is not active error

I get transaction timeout error as follow, when I run my JBOSS. SystemException The following problem occured: null; nested exception …

jboss transactions heap-size
Failed to start Glassfish after increasing heap size

I want to increase the heap size of my Glassfish. For that, I know that I can go up to 4…

jvm glassfish heap-size
JUnit test runs out of memory -- how to increase heap size?

I am running a Junit test which throws an exception OutOfMemory. The test is started inside NetBeans 6.9.X. When profiling …

java netbeans junit heap-size