danhuawang commented on PR #56:
URL: 
https://github.com/apache/gravitino-playground/pull/56#issuecomment-2296442320

    After I try to access gravitino ui , gravitino pod is restarting. I think 
the resources for the pod of gravitino is not enough . After I changed to the 
following configuration, it don't restart again.
   ```
   gravitino:
     serviceName: &gravitino_host_ip gravitino
     image:
       repository: datastrato/gravitino
       tag: 0.5.1
       pullPolicy: IfNotPresent
     resources:
       limits:
         cpu: 1000m
         memory: 2Gi
       requests:
         cpu: 500m
         memory: 1000Mi
   ```


-- 
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: commits-unsubscr...@gravitino.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to