File: mumble-server.default

package info (click to toggle)
mumble 1.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 43,580 kB
  • sloc: ansic: 150,503; cpp: 71,684; xml: 14,417; python: 2,207; perl: 1,225; sh: 1,064; makefile: 685; asm: 360; php: 344; cs: 55; objc: 42; ruby: 37
file content (10 lines) | stat: -rw-r--r-- 567 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
# 0 = don't use capabilities, 1 = start process as root and drop to non-privileged user
# If started as root, mumble will keep the CAP_NET_ADMIN privilege and drop
# all others. This allows it to set high-priority TOS on outgoing IP packets.
MURMUR_USE_CAPABILITIES=0

# This controls how many file descriptors the murmur process can open.
# As a rule of thumb, you should have about 20 descriptors per virtaul 
# server and one for each client. So 30 servers with 20 clients each would
# need at least 720 descriptors (30 * 4 + 30 * 20).
# MURMUR_LIMIT_NOFILE=65536