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"