Skip to content
This repository has been archived by the owner on Jun 29, 2021. It is now read-only.

Commit

Permalink
try and fix OOM issues on Jenkins X infra running go builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rawlingsj committed Nov 8, 2018
1 parent b591ab4 commit 1bc7fe7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions jx-build-templates/templates/jenkins-go-buildtemplate.yaml
Expand Up @@ -20,6 +20,8 @@ spec:
value: /home/jenkins
- name: DOCKER_CONFIG
value: /home/jenkins/.docker/
- name: _JAVA_OPTIONS
value: "-Xmx400m"
- name: DOCKER_REGISTRY
valueFrom:
configMapKeyRef:
Expand Down

0 comments on commit 1bc7fe7

Please sign in to comment.