Edit the edas-imagebuilder-profile ConfigMap in the edas-oam-system namespace to change the CPU and memory limits for image builds.
apiVersion: v1
kind: ConfigMap
metadata:
name: edas-imagebuilder-profile
namespace: edas-oam-system
data:
imageBuildCpuLimit: "1000m"
imageBuildMemoryLimit: "1Gi"| Parameter | Description | Default |
|---|---|---|
imageBuildCpuLimit | Maximum CPU for an image build, in millicores. 1000m = 1 CPU core. | 1000m |
imageBuildMemoryLimit | Maximum memory for an image build, in standard Kubernetes memory units. | 1Gi |