Skip to content

Commit

Permalink
increase JAVA and MAVEN OPS
Browse files Browse the repository at this point in the history
  • Loading branch information
musienko-maxim committed Jul 1, 2019
1 parent 56886e5 commit 22c8bc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/helm/che/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,6 @@ data:
JAEGER_SAMPLER_PARAM: "1"
JAEGER_REPORTER_MAX_QUEUE_SIZE: "10000"
CHE_METRICS_ENABLED: {{ .Values.global.metricsEnabled | quote }}
CHE_WORKSPACE_JAVA__OPTIONS: "-Xmx1500m"
CHE_WORKSPACE_MAVEN__OPTIONS: "-Xmx1500m"
CHE_WORKSPACE_JAVA__OPTIONS: "-Xmx2000m"
CHE_WORKSPACE_MAVEN__OPTIONS: "-Xmx20000m"
CHE_INFRA_KUBERNETES_WORKSPACE__START__TIMEOUT__MIN: "15"

0 comments on commit 22c8bc6

Please sign in to comment.