From: Steinar H. Gunderson Date: Mon, 12 Aug 2013 21:37:17 +0000 (+0200) Subject: Set num_servers to 1 in the sample config, as that is the more typical situation. X-Git-Tag: 1.0.0~32 X-Git-Url: https://git.sesse.net/?p=cubemap;a=commitdiff_plain;h=237f75d513cc4bcde94adbddf21b3c48d331c166 Set num_servers to 1 in the sample config, as that is the more typical situation. --- diff --git a/cubemap.config.sample b/cubemap.config.sample index 9b104d8..83fc568 100644 --- a/cubemap.config.sample +++ b/cubemap.config.sample @@ -3,7 +3,10 @@ # error_log, stats_file, etc. #daemonize -num_servers 4 # one for each cpu + +# For low-traffic servers (less than a gigabit or two), num_servers 1 is fine. +# For best performance in high-traffic situations, you want one for each CPU. +num_servers 1 # # All input ports are treated exactly the same, but you may use multiple ones nevertheless.