From 237f75d513cc4bcde94adbddf21b3c48d331c166 Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Mon, 12 Aug 2013 23:37:17 +0200 Subject: [PATCH] Set num_servers to 1 in the sample config, as that is the more typical situation. --- cubemap.config.sample | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.39.2