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

Commit

Permalink
Merge pull request #68 from rawlingsj/master
Browse files Browse the repository at this point in the history
try and fix OOM issues on Jenkins X infra running go builds
  • Loading branch information
jenkins-x-bot committed Nov 8, 2018
2 parents b591ab4 + 1bc7fe7 commit e2ba2e4
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 e2ba2e4

Please sign in to comment.