Apply CONCURRENCY_FACTOR to max value in concurrency calculation

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P3
    • 11
    • Affects Version/s: None
    • Component/s: hotspot
    • None
    • b01

      The current concurrency calculation when running hotspot jtreg tests is:

      min((cores / 2) * CONCURRENCY_FACTOR, 12)

      this should be changed to be

      min(cores / 2, 12) * CONCURRENCY_FACTOR

            Assignee:
            Christian Tornqvist
            Reporter:
            Christian Tornqvist
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: