summaryrefslogtreecommitdiffstats
path: root/winsup/cygserver/cygserver.conf
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/cygserver.conf')
-rw-r--r--winsup/cygserver/cygserver.conf10
1 files changed, 9 insertions, 1 deletions
diff --git a/winsup/cygserver/cygserver.conf b/winsup/cygserver/cygserver.conf
index b7db6bbcf..1369e1100 100644
--- a/winsup/cygserver/cygserver.conf
+++ b/winsup/cygserver/cygserver.conf
@@ -66,17 +66,25 @@
# it doesn't make sense if it is less than 8 or greater than about 256.
# kern.ipc.msgseg: Maximum no. of message queue segments hold concurrently.
-# Default: 2048, Min: 256, Max: 32767
+# Default: 2048, Min: 256, Max: 65535
#kern.ipc.msgseg 2048
# kern.ipc.msgssz: Size of segment in bytes. Must be a power of 2 value.
# Default: 8, Min: 8, Max: 1024
#kern.ipc.msgssz 8
+# kern.ipc.msgmnb: Maximum no. of bytes in a single message queue.
+# Default: 2048, Min: 1, Max: 65535
+#kern.ipc.msgmnb 2048
+
# kern.ipc.msgmni: Maximum no. of message queue identifiers hold concurrently.
# Default: 40, Min: 1, Max: 1024
#kern.ipc.msgmni 40
+# kern.ipc.msgtql: Maximum no. of messages hold concurrently.
+# Default: 40, Min: 1, Max: 1024
+#kern.ipc.msgtql 40
+
# XSI semaphore parameters
# kern.ipc.semmni: Maximum no. of semaphore identifiers hold concurrently.