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

    Mar 22, 2016 · On a 32-bit JVM, the largest heap size you can theoretically set is 4gb. To use a larger heap size, you need to use a 64-bit JVM. Try the following: java -Xmx6144M -d64.

  2. What is Java Heap Space? Learn about Heap Size in Java | Azul

    Nov 11, 2020 · When the JVM is started, heap memory is created and any objects in the heap can be shared between threads as long as the application is running. The size of the heap can vary, so …

  3. How is the default max Java Heap size determined?

    Jul 23, 2025 · The default maximum heap size is half of the physical memory up to a physical memory size of 192 megabytes and otherwise one-fourth of the physical memory up to a physical memory …

  4. JVM Heap Size: Adjusting Java Memory Allocation for

    Jul 22, 2025 · Explore ways to adjust JVM heap size using command-line flags and IDE settings to optimize Java application performance and resolve memory issues. Learn about -Xms, -Xmx, -Xss, …

  5. Java Heap Size Increase: A Comprehensive Guide - javaspring.net

    Jul 8, 2025 · Understanding how to increase the Java heap size is essential for ensuring the smooth operation of your applications. This blog will provide you with a detailed overview of the fundamental …

  6. Stack Memory and Heap Space in Java - Baeldung

    Jul 1, 2024 · Explore how Stack Memory and Heap Space works and when to use them for developing better Java programs.

  7. How to increase java heap size in Windows 11 - UMA Technology

    Mar 8, 2025 · In this article, we will explore the Java heap space, why it matters, the steps to check the current heap size settings, and how to increase the Java heap size effectively in Windows 11.

  8. How to configure Java heap size - LabEx

    Learn how to optimize Java heap size for improved performance, memory management, and application efficiency with practical configuration techniques and best practices.

  9. How to Determine Java's Heap Size on Your Computer

    Learn how to find and manage Java heap size on your computer. Optimize Java performance with these expert tips.

  10. How to Increase Heap Size in Java Virtual Machine?

    Jul 23, 2025 · By default, the JVM heap size is 1GB, which is usually enough to accommodate the data used by Task Engine. However, larger heap size may be required under some circumstances, for …