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

set number of parallel jobs when building webkit

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • jfx24
    • None
    • javafx
    • b08

      When building webkit, the perl script that manages the build will pass `-j numberOfCPUs()` to cmake.
      Since many modern systems have a relative large number of CPU's compared to the amount of memory, this leads to many parallel processes running c++ compiler jobs. This often results in memory issues when building (and even system freezes).

      We could use NUM_COMPILE_THREADS for this, and pass that value to cmake in case it is set.

            jvos Johan Vos
            jvos Johan Vos
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: