diff --git a/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml b/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml index 44486337..99c2966b 100644 --- a/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml +++ b/cluster/manifests/freeleaps-data-platform/star-rocks/starrocks_cluster.yaml @@ -21,11 +21,11 @@ spec: image: starrocks/fe-ubuntu:latest replicas: 3 limits: - cpu: "1" - memory: 2Gi + cpu: "4" + memory: 8Gi requests: - cpu: "0.5" - memory: 1Gi + cpu: "2" + memory: 4Gi storageVolumes: - name: fe-meta storageClassName: "azure-disk-std-lrs"