Pil0tXia commented on code in PR #4693:
URL: https://github.com/apache/eventmesh/pull/4693#discussion_r1446963752


##########
eventmesh-operator/config/samples/eventmesh_v1_runtime.yaml:
##########
@@ -271,6 +284,14 @@ spec:
               name: runtime-config
           # imagePullPolicy is the image pull policy
           imagePullPolicy: Always
+          # resources describes the compute resource requirements and limits
+          resources:
+            requests:
+              memory: "1024Mi"
+              cpu: "250m"
+            limits:
+              memory: "2048Mi"
+              cpu: "500m"

Review Comment:
   For a standard deployment senario, this will be enough:
   
   ```suggestion
             resources:
               requests:
                 memory: 2048Mi
                 cpu: 4000m
               limits:
                 memory: 8192Mi
                 cpu: 8000m
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to