Notes.ini Entry



Name:

    JavaMinHeapSize

Syntax

    JavaMinHeapSize=Value

Applies to:

    Servers

Add-on:


    First Release:

      6.0

    Obsolete since:


      Category:

        Java

      Default:

        16MB

      UI equivalent:

        None

      Description:
      Specifies the initial size of the Java heap at Java Virtual Machine (JVM) startup.

      If the JVM needs more heap than it currently has, it will expand the heap in increments but will not exceed the maximum.

      You can specify the number of bytes directly or use the suffix "MB" to indicate megabytes, for example, specifying "16MB" is the same as specifying "16777216."

      Valid Values are Size in bytes OR MB

      Example : JavaMinHeapSize=4096 or JavaMinHeapSize=4mb

      This setting in new in ND6