Skip to content

Commit

Permalink
[BAPL-1507] - Add to OpenShift images property for JVM max memory rat…
Browse files Browse the repository at this point in the history
…io conf

CONTAINER_CORE_LIMIT and CONTAINER_MAX_MEMORY are removed

Signed-off-by: Swati Kale <swkale@redhat.com>
  • Loading branch information
swati-kale committed Feb 21, 2020
1 parent 5873b08 commit 3534a63
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions deploy/ui/form.json
Expand Up @@ -642,22 +642,6 @@
"jsonPath": "$.spec.objects.console.jvm.javaDebugPort",
"originalJsonPath": "$.spec.objects.console.jvm.javaDebugPort"
},
{
"label": "Container core limit",
"type": "integer",
"required": false,
"description": "A calculated core limit as described in https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt. e.g. '2'.",
"jsonPath": "$.spec.objects.console.jvm.containerCoreLimit",
"originalJsonPath": "$.spec.objects.console.jvm.containerCoreLimit"
},
{
"label": "Container max memory",
"type": "integer",
"required": false,
"description": "Memory limit given to the container. e.g. '1024'.",
"jsonPath": "$.spec.objects.console.jvm.containerMaxMemory",
"originalJsonPath": "$.spec.objects.console.jvm.containerMaxMemory"
},
{
"label": "GC min heap free ratio",
"type": "integer",
Expand Down Expand Up @@ -1293,22 +1277,6 @@
"jsonPath": "$.spec.objects.servers[*].jvm.javaDebugPort",
"originalJsonPath": "$.spec.objects.servers[*].jvm.javaDebugPort"
},
{
"label": "Container core limit",
"type": "integer",
"required": false,
"description": "A calculated core limit as described in https://www.kernel.org/doc/Documentation/scheduler/sched-bwc.txt. e.g. '2'.",
"jsonPath": "$.spec.objects.servers[*].jvm.containerCoreLimit",
"originalJsonPath": "$.spec.objects.servers[*].jvm.containerCoreLimit"
},
{
"label": "Container max memory",
"type": "integer",
"required": false,
"description": "Memory limit given to the container. e.g. '1024'.",
"jsonPath": "$.spec.objects.servers[*].jvm.containerMaxMemory",
"originalJsonPath": "$.spec.objects.servers[*].jvm.containerMaxMemory"
},
{
"label": "GC min heap free ratio",
"type": "integer",
Expand Down

0 comments on commit 3534a63

Please sign in to comment.