ricardozanini commented on code in PR #337:
URL: 
https://github.com/apache/incubator-kie-kogito-serverless-operator/pull/337#discussion_r1437858971


##########
controllers/platform/services/services.go:
##########
@@ -114,8 +114,8 @@ func (d DataIndex) GetEnvironmentVariables() 
[]corev1.EnvVar {
 func (d DataIndex) GetPodResourceRequirements() corev1.ResourceRequirements {
        return corev1.ResourceRequirements{
                Limits: corev1.ResourceList{
-                       corev1.ResourceCPU:    resource.MustParse("100m"),
-                       corev1.ResourceMemory: resource.MustParse("256Mi"),
+                       corev1.ResourceCPU:    resource.MustParse("500m"),
+                       corev1.ResourceMemory: resource.MustParse("1Gi"),
                },

Review Comment:
   Don't worry about changing these numbers now, we can do a benchmark later 
and have close numbers and a good approximation for users depending on their 
env.



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