umesh11111 opened a new issue #16523:
URL: https://github.com/apache/superset/issues/16523
we have deployed our superset application in kubernetes env by using
Gunicorn webserver.when application started,default ram utilized size is
500MB,after accessing the superset application, memory got utilized 1.5GB out
of 2 GB RAM.
when there is not superset application usages, still memory utilization is
same 1.5GB,its not releasing the memory.
RAM will be cleared only if we restarted the superset application(Kubernetes
Pod).
### Expected results
Memory should get released after completing the request.
### Actual results
same amount of memory is getting occupied by the Gunicorn server after
completing the request
#### Screenshots
If applicable, add screenshots to help explain your problem.
#### How to reproduce the bug
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
### Environment
(please complete the following information):
- superset version: 0.36
- python version: 3.7.6
### Checklist
Make sure to follow these steps before submitting your issue - thank you!
- [ ] I have checked the superset logs for python stacktraces and included
it here as text if there are any.
- [ ] I have reproduced the issue with at least the latest released version
of superset.
- [ ] I have checked the issue tracker for the same issue and I haven't
found one similar.
### Additional context
Any help would be appreciated
--
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]