Notes.ini Entry



Name:

    Heap_Dump_File_Name

Syntax

    Heap_Dump_File_Name=Filename

Applies to:

    Workstations

Add-on:


    First Release:


      Obsolete since:

        7.0

      Category:

        Java, Obsolete

      Default:

        c:\tmp\heapdump%d.txt

      UI equivalent:

        None

      Description:
      SPR# PRUN658HGV - HEAP_DUMP_FILE_NAME - if CHECK_FOR_JAVA_HEAPDUMPS is set, this specifies the file the output should be written to.
      If not specified, the default is c:\tmp\heapdump%d.txt. If %d appears in the name, then the code replaces the %d with a number and checks to see if a file with that name/number exists. If it does, it increments the number and tries again until a new file is created. If %d does not appear, then the file is opened and appended to each time.

      *Please note: In V7, the Notes.ini variables above will become obsolete when we upgrade to a JVM that supports saving the HeapDump output properly.