diff --git a/build/ci/jenkins/pod/rte.yaml b/build/ci/jenkins/pod/rte.yaml index c1fbd13380..4776843ccf 100644 --- a/build/ci/jenkins/pod/rte.yaml +++ b/build/ci/jenkins/pod/rte.yaml @@ -18,6 +18,13 @@ spec: securityContext: privileged: true args: ["cat"] + resources: + limits: + cpu: "6" + memory: 12Gi + requests: + cpu: "2" + memory: 10Gi volumeMounts: - mountPath: /docker-graph name: docker-graph