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

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • jfx25
    • Affects Version/s: None
    • Component/s: 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.

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

              Created:
              Updated:
              Resolved: