-
Bug
-
Resolution: Done
-
Major
-
None
-
None
-
False
-
-
False
The function "cpu_core_tunning" in openjdk/modules/jvm/bash/artifacts/opt/jboss/container/java/jvm/java-default-options is used to specify some additional JVM options based on the script's idea of how much CPU resource is available.
The parameters it specifies do not need to be specified any more, all of the OpenJDKs in redhat auto-tune the values based on available CPU resource itself.
Please delete both the procedure and "$(cpu_core_tunning)" from the last line in the file.
This file also calls procedures from openjdk/modules/jvm/bash/artifacts/opt/jboss/container/java/jvm/container-limits . Please delete core_limit() and ceiling(), the lines that define CONTAINER_CORE_LIMIT and CORE_LIMIT at the bottom and the documentation of CONTAINER_CORE_LIMIT in the module.yaml file. Only the memory stuff should remain (but we might remove that too, in a future JIRA)
- is duplicated by
-
OPENJDK-619 Don't set ParallelGCThreads explicitly
- Closed
- links to