Changeset - e8065d36e8d0
[Not reviewed]
default
0 4 0
Marcin Kuzminski - 12 years ago 2013-07-02 23:02:57
marcin@python-works.com
added memory report into uwsgi example
4 files changed with 4 insertions and 0 deletions:
0 comments (0 inline, 0 general)
development.ini
Show inline comments
 
@@ -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
production.ini
Show inline comments
 
@@ -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
rhodecode/bin/template.ini.mako
Show inline comments
 
@@ -88,6 +88,7 @@ pidfile = ./uwsgi_rhodecode.pid
 
<%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
rhodecode/config/deployment.ini_tmpl
Show inline comments
 
@@ -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
0 comments (0 inline, 0 general)