rnpaiva opened a new issue, #26631:
URL: https://github.com/apache/superset/issues/26631
A clear and concise description of what the bug is.
#### How to reproduce the bug
Change the resources limits for the worker and deploy superset 3.0.2 in eks
### Expected results
Resource limit as setup .
```
resources:
limits:
cpu: 1
memory: 3Gi
requests:
cpu: 1
memory: 2Gi
```
what you expected to happen.
### Actual results
The workers are requesting a lot of memory and cpu that it's not setup .
Superset it's running and I can open and create whatever I need , but the last
worker it's having OOM .
#### Screenshots
( attached )



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