Improve perfMemory warning about 'Insufficient space for shared memory file'

XMLWordPrintable

    • b05
    • generic
    • generic

        We have a perfMemory warning about 'Insufficient space for shared memory file'; this currently prints misleading info about 'java.io.tmpdir' and misses to print the directory, so we get no clue where exactly insufficient space is.

        Current Example output :
        OpenJDK 64-Bit Server VM warning: Insufficient space for shared memory file:
           31671
        Try using the -Djava.io.tmpdir= option to select an alternate temp location.

        The printing of '31671' does not really help me much.
        And java.io.tmpdir WAS set in the execution the output is from, but is not used here (probably intentionally).

              Assignee:
              Matthias Baesken
              Reporter:
              Matthias Baesken
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: