Title: [opsview] [11884] Changed max_servers to 10, as this means roughly 1GB RAM will be used by opsview-web
Revision
11884
Author
tvoon
Date
2013-03-20 13:43:28 +0000 (Wed, 20 Mar 2013)

Log Message

Changed max_servers to 10, as this means roughly 1GB RAM will be used by opsview-web
which is okay for the minimum spec server of 2GB

Modified Paths

Modified: trunk/opsview-web/opsview_web.yml.in
===================================================================
--- trunk/opsview-web/opsview_web.yml.in	2013-03-20 12:29:08 UTC (rev 11883)
+++ trunk/opsview-web/opsview_web.yml.in	2013-03-20 13:43:28 UTC (rev 11884)
@@ -45,7 +45,7 @@
 ProductionEngine:
  port: 3000
  min_servers: 3
- max_servers: 20
+ max_servers: 10
  min_spare_servers: 2
  max_spare_servers: 5
 

_______________________________________________
Opsview-checkins mailing list
Opsview-checkins@lists.opsview.org
http://lists.opsview.org/lists/listinfo/opsview-checkins

Reply via email to