changeset 4078:e8065d36e8d0

added memory report into uwsgi example
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 02 Jul 2013 23:02:57 +0200
parents 0e1023147334
children 7e897077bb40
files development.ini production.ini rhodecode/bin/template.ini.mako rhodecode/config/deployment.ini_tmpl
diffstat 4 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/development.ini	Tue Jul 02 12:04:34 2013 +0200
+++ b/development.ini	Tue Jul 02 23:02:57 2013 +0200
@@ -79,6 +79,7 @@
 ## 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
--- a/production.ini	Tue Jul 02 12:04:34 2013 +0200
+++ b/production.ini	Tue Jul 02 23:02:57 2013 +0200
@@ -79,6 +79,7 @@
 ## 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
--- a/rhodecode/bin/template.ini.mako	Tue Jul 02 12:04:34 2013 +0200
+++ b/rhodecode/bin/template.ini.mako	Tue Jul 02 23:02:57 2013 +0200
@@ -88,6 +88,7 @@
 <%text>## stats server with workers statistics, use uwsgitop</%text>
 <%text>## for monitoring</%text>
 stats = 127.0.0.1:1717
+memory-report = true
 
 <%text>## log 5XX errors</%text>
 log-5xx = true
--- a/rhodecode/config/deployment.ini_tmpl	Tue Jul 02 12:04:34 2013 +0200
+++ b/rhodecode/config/deployment.ini_tmpl	Tue Jul 02 23:02:57 2013 +0200
@@ -79,6 +79,7 @@
 ## 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