Skip to content

Commit

Permalink
Merge pull request #376 from swati-kale/BAPL-1507
Browse files Browse the repository at this point in the history
[BAPL-1507] - Add to OpenShift images property for JVM configurations
  • Loading branch information
openshift-merge-robot committed Feb 21, 2020
2 parents 5873b08 + 3534a63 commit 66fa047
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 66fa047

Please sign in to comment.