You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2020/12/01 07:38:56 UTC

[GitHub] [incubator-superset] zcfrank1st opened a new issue #11870: superset memory is continuing increasing

zcfrank1st opened a new issue #11870:
URL: https://github.com/apache/incubator-superset/issues/11870


   Running for a long timeļ¼Œthe memory usage of superset is continuing increasing
   
   ### Expected results
   
   the decrease of memory usage
   
   ### Actual results
   
   memory usage of superset is continuing increasing
   
   ### Environment
   
   (please complete the following information):
    
   - python version: 3.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.


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org


[GitHub] [incubator-superset] zhaoyongjie commented on issue #11870: superset memory is continuing increasing

Posted by GitBox <gi...@apache.org>.
zhaoyongjie commented on issue #11870:
URL: https://github.com/apache/incubator-superset/issues/11870#issuecomment-736561985


   Hi @zcfrank1st , If you using Gunicorn as a webserver,  I offer a trick to avoid this problem. 
   
   Gunicore provides some options for the restart web workers. you can add these option in your startup script
   
   ```
    --max-requests INT    The maximum number of requests a worker will process before restarting. [0]
   --max-requests-jitter INT   The maximum jitter to add to the *max_requests* setting. [0]
   ```
   


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

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



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org