Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/cygserver.conf')
-rw-r--r--winsup/cygserver/cygserver.conf9
1 files changed, 7 insertions, 2 deletions
diff --git a/winsup/cygserver/cygserver.conf b/winsup/cygserver/cygserver.conf
index 2e3bc2efb..c224c0e4c 100644
--- a/winsup/cygserver/cygserver.conf
+++ b/winsup/cygserver/cygserver.conf
@@ -1,4 +1,4 @@
-# cygserver.conf, Copyright(C) 2003 Red Hat Inc.
+# cygserver.conf, Copyright(C) 2003, 2005 Red Hat Inc.
#
# Contains configurable parameters for the cygserver.
#
@@ -21,9 +21,14 @@
# kern.srv.request_threads: No. of cygserver threads used to serve
# application requests.
-# Default: 10, Min: 1, Max: 64, command line option -r, --request-threads
+# Default: 10, Min: 1, Max: 310, command line option -r, --request-threads
#kern.srv.request_threads 10
+# kern.srv.process_cache_size: No. of concurrent processes which can be handled
+# by Cygserver concurrently.
+# Default: 62, Min: 1, Max: 310, command line option -p, --process-cache
+#kern.srv.process_cache_size 62
+
# kern.srv.msgqueues: Determines whether XSI Message Queue support should be
# started, "yes" (or "true", "y", "t", "1") or "no" (or "false", "n", "f", "0").
# These values are valid for all binary type options.