wu-sheng commented on code in PR #66:
URL: https://github.com/apache/skywalking-swck/pull/66#discussion_r904443830


##########
operator/config/manager/manager.yaml:
##########
@@ -69,10 +70,10 @@ spec:
         # More info: 
https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/
         resources:
           limits:
-            cpu: 500m
-            memory: 128Mi
+            cpu: 2
+            memory: 2Gi
           requests:
-            cpu: 10m
-            memory: 64Mi
+            cpu: 2
+            memory: 2Gi

Review Comment:
   I think 2U2G is suitable for user's first setup, but in the e2e, we should 
override these values.



-- 
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]

Reply via email to