About 92,100 results
Open links in new tab
  1. Increase heap size in Java - Stack Overflow

    Oct 14, 2009 · It is possible to increase heap size allocated by the JVM by using these command line options: -Xms<size> set initial Java heap size -Xmx<size> set maximum Java heap size …

  2. how to increase java heap memory permanently? - Stack Overflow

    Jul 20, 2012 · The Java Virtual Machine takes two command line arguments which set the initial and maximum heap sizes: -Xms and -Xmx. You can add a system environment variable …

  3. How do I set Java's min and max heap size through environment …

    Jun 13, 2021 · 104 How do I set Java's min and max heap size through environment variables? I know that the heap sizes can be set when launching java, but I would like to have this adjusted …

  4. java - Increasing the JVM maximum heap size for memory …

    I need to run a Java memory intensive application that uses more than 2GB, but I am having problems to increase the heap maximum size. So far, I have tried the following approaches: …

  5. java - How to increase Heap size of JVM - Stack Overflow

    May 26, 2017 · 8 Use -Xms1024m -Xmx1024m to control your heap size (1024m is only for demonstration, the exact number depends your system memory). Setting minimum and …

  6. How to increase application heap size in Eclipse? - Stack Overflow

    Mar 9, 2013 · This will increase the heap size for all of Eclipse, not just the target application.

  7. java - Set default heap size in Windows - Stack Overflow

    Jun 28, 2013 · I want to set Java heap size permanently and don't want to run every jar file with options. I use Windows and Java 1.7.

  8. java - How to increase heap size for jBoss server - Stack Overflow

    Jun 6, 2011 · You can increase or set the heap size configuration i.e. - Xms / Xmx or any other JVM options in the JBoss application server in JAVA_OPTS JVM options in …

  9. increase the java heap size permanently? - Stack Overflow

    Dec 3, 2021 · For Windows users, you can add a system environment variable named _JAVA_OPTIONS, and set the heap size values there. The JVM should be able to grab the …

  10. How to increase the memory heap size on IntelliJ IDEA?

    Jun 20, 2013 · I want to allocate around 1GB of heap size, but I can't seem to figure it out. How to do this?