All Products
Search
Document Center

Enterprise Distributed Application Service:How do I adjust resource limits for image building?

Last Updated:Aug 08, 2023

You can modify the following configuration in the YAML file to adjust the resource limits for image building.

apiVersion: v1
kind: ConfigMap
metadata:
  name: edas-imagebuilder-profile
  namespace: edas-oam-system
data:
  imageBuildCpuLimit: "1000m"
  imageBuildMemoryLimit: "1Gi"