Skip to content

Use go 1.19's soft memory limit when it is released #1103

@enj

Description

@enj

golang/go#48409 is expected to release in go 1.19 and will allow us to do something like deployment.spec.template.spec.containers[0] for the supervisor, concierge and kube-cert-agent deployments:

      env:
       # reduce OOM likelyhood
       - name: GOMEMLIMIT
          valueFrom:
            resourceFieldRef:
              containerName: #@ defaultResourceName()
              resource: limits.memory

Metadata

Metadata

Assignees

Labels

choreNot a bug or an enhancement, but still a work itemstate/startedSomeone is working on it currently

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions