-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
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.
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.
- is blocked by
-
JDK-8339505 Enable parallel compilation of native code on macOS
-
- Resolved
-
- relates to
-
JDK-8089417 Mac: intermittent T2K gcc failure prevents parallel compilation
-
- Closed
-
- links to
-
Commit(master) openjdk/jfx/4647367c
-
Review(master) openjdk/jfx/1554