-
Bug
-
Resolution: Done
-
Major
-
7.7.0.GA
-
None
-
BA Operator
Description of some values that can be set in JVM configuration in Operator are not clear. If we consider that we can also set in Operator containers limits, where can be used different types (e.g. for memory 2048Mi or 2Gi). We should add more information about values to to description.
There is a list of JVM properties and it's descriptions that should be changed. List is take from KieApp.crd:
- containerCoreLimit description: "... e.g. '2'" not clear of what. There would be good to add that the value is expected as a whole numver of CPU cores.
- containerMaxMemory description: "... e.g. '1024' not clear of what. There would ne good to add that this is in MB, as it is done same for javaMaxInitialMem. "The value of this variable is expressed in MB."
- gcTimeRatio description: "... e.g. 4" not clear if of seconds or miliseocnds. Would be good to add in witch unit of time is time ration expected.
- gcAdaptiveSizePolicyWeight description: same case as gcTimeRatio
- gcMaxMetaspaceSize description: "... e.g. '100'" unit is not clear. Expected values is in MB, right?
Description changes are expected to be done in KieApp CRD and in Operator UI