About 162,000 results
Open links in new tab
  1. java.lang.OutOfMemoryError: Java heap space - Stack Overflow

    112 If you want to increase your heap space, you can use java -Xms<initial heap size> -Xmx<maximum heap size> on the command line. By default, the values are based on the JRE …

  2. jvm - How to deal with "java.lang.OutOfMemoryError: Java heap …

    Here is an example of increasing maximum heap size of JVM, Also its better to keep -Xmx to -Xms ration either 1:1 or 1:1.5 if you are setting heap size in your java application.

  3. java.lang.OutOfMemoryError: Java heap space in Maven

    Feb 9, 2017 · java.lang.OutOfMemoryError: Java heap space in Maven Asked 14 years, 11 months ago Modified 2 years, 8 months ago Viewed 256k times

  4. exception: java.lang.OutOfMemoryError: Java heap space

    Dec 5, 2016 · Heap space issue comes when you have loaded some heavy file into the JVM while trying to process it. For example, if you have loaded a large log file containing up to 1 GB of …

  5. How to increase Java heap space for a tomcat app

    This answer doesn't actually answer OP's question about how to increase the java heap space for a Tomcat application?

  6. Caused by: java.lang.OutOfMemoryError: Java heap space

    Jun 19, 2015 · Caused by: java.lang.OutOfMemoryError: Java heap space Asked 13 years, 2 months ago Modified 10 years, 4 months ago Viewed 66k times

  7. java - Kafka Connect running out of heap space - Stack Overflow

    at java.lang.Thread.run(Thread.java:745) There's a mention of heap space in some Kafka documentation, telling you to try it with "the default" and only modifying it if there are problems, …

  8. IntelliJ Idea giving java.lang.OutOfMemoryError: Java heap space …

    May 4, 2015 · Go to Settings (Preferences on Mac) -> Compiler -> Java Compiler -> Maximum heap size (MB), and increase the size, then restart IntelliJ EDIT: Starting from Intellij Idea …

  9. PySpark: java.lang.OutofMemoryError: Java heap space

    PySpark: java.lang.OutofMemoryError: Java heap space Asked 10 years, 2 months ago Modified 3 years ago Viewed 156k times

  10. Spark java.lang.OutOfMemoryError: Java heap space

    Spark java.lang.OutOfMemoryError: Java heap space Asked 11 years, 9 months ago Modified 2 years, 5 months ago Viewed 466k times