# HG changeset patch # User Marcin Kuzminski # Date 2013-07-02 21:02:57 # Node ID e8065d36e8d0aba2919ff204a1e99f07ddcf757a # Parent 0e102314733447b7f92b692f319a09a3f5f02cc8 added memory report into uwsgi example diff --git a/development.ini b/development.ini --- a/development.ini +++ b/development.ini @@ -79,6 +79,7 @@ max_request_body_size = 107374182400 ## stats server with workers statistics, use uwsgitop ## for monitoring, `uwsgitop 127.0.0.1:1717` #stats = 127.0.0.1:1717 +#memory-report = true ## log 5XX errors #log-5xx = true diff --git a/production.ini b/production.ini --- a/production.ini +++ b/production.ini @@ -79,6 +79,7 @@ max_request_body_size = 107374182400 ## stats server with workers statistics, use uwsgitop ## for monitoring, `uwsgitop 127.0.0.1:1717` #stats = 127.0.0.1:1717 +#memory-report = true ## log 5XX errors #log-5xx = true diff --git a/rhodecode/bin/template.ini.mako b/rhodecode/bin/template.ini.mako --- a/rhodecode/bin/template.ini.mako +++ b/rhodecode/bin/template.ini.mako @@ -88,6 +88,7 @@ pidfile = ./uwsgi_rhodecode.pid <%text>## stats server with workers statistics, use uwsgitop <%text>## for monitoring stats = 127.0.0.1:1717 +memory-report = true <%text>## log 5XX errors log-5xx = true diff --git a/rhodecode/config/deployment.ini_tmpl b/rhodecode/config/deployment.ini_tmpl --- a/rhodecode/config/deployment.ini_tmpl +++ b/rhodecode/config/deployment.ini_tmpl @@ -79,6 +79,7 @@ max_request_body_size = 107374182400 ## stats server with workers statistics, use uwsgitop ## for monitoring, `uwsgitop 127.0.0.1:1717` #stats = 127.0.0.1:1717 +#memory-report = true ## log 5XX errors #log-5xx = true