-
Bug
-
Resolution: Fixed
-
P3
-
11, 12
-
b21
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8231893 | 11.0.6-oracle | Erik Joelsson | P3 | Resolved | Fixed | b01 |
JDK-8230157 | 11.0.5 | Erik Joelsson | P3 | Resolved | Fixed | b05 |
We have a few machines in Mach5 with 8 cpus but only 4GB of ram. Some test tasks fail there because RunTest.gmk sets concurrency to 4 by default. We need to add a limit to the number of default test jobs based on memory, just like we already do for build jobs in configure.
I have done some testing on these hosts and they seem stable with concurrency set to 2. Because of this I propose limit test jobs to "mem in GB" / 2.
I have done some testing on these hosts and they seem stable with concurrency set to 2. Because of this I propose limit test jobs to "mem in GB" / 2.
- backported by
-
JDK-8230157 Limit default test jobs based on memory size
- Resolved
-
JDK-8231893 Limit default test jobs based on memory size
- Resolved
- relates to
-
JDK-8219251 Langtools tests default memory size needs to be 768m
- Resolved
-
JDK-8291794 [11u] Corrections after backport of JDK-8212028
- Resolved
- links to
-
Review openjdk/jdk11u-dev/1307