Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8349679

build.gradle: increase system test memory limit to 1GB

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx25
    • None
    • javafx
    • b04

      The current system tests are run with -Xmx512m which is too low.
      We should at least double the limit to -Xmx1g.
      (line 4276 maxHeapSize = "1000m")

      Ran into OOME while running pagination stress test https://bugs.openjdk.org/browse/JDK-8349105

      Edit: a solution was found for the Pagination test, so it is no longer a blocker. I still think we should increase the memory limit which will enable writing more complex tests in the future.

            angorya Andy Goryachev
            angorya Andy Goryachev
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: