home *** CD-ROM | disk | FTP | other *** search
/ PC World 2005 June / PCWorld_2005-06_cd.bin / software / vyzkuste / firewally / firewally.exe / framework-2.3.exe / cygserver.conf < prev    next >
Text File  |  2004-02-17  |  5KB  |  135 lines

  1. # cygserver.conf, Copyright(C) 2003 Red Hat Inc.
  2. #
  3. # Contains configurable parameters for the cygserver.
  4. #
  5. # The format of this file is easy.  Lines beginning with a hash `#' are
  6. # comments and ignored.  Lines consisting of only whitespaces are ignored.
  7. # Any other line is a setting for cygserver.
  8. # A setting consists of a name/value pair, separated by whitespace.
  9. # Each line must only consist of one name/value pair.
  10. # Lines must not be longer than 1023 characters.
  11. #
  12. # Some settings can be overridden by a command line switch.  If so, it's
  13. # mentioned below.
  14. #
  15. # Settings which are commented out will use the default values.  These are
  16. # mentioned below, too.
  17.  
  18. # kern.srv.cleanup_threads: No. of cygserver threads used for cleanup tasks.
  19. # Default: 2, Min: 1, Max: 16, command line option -c, --cleanup-threads
  20. #kern.srv.cleanup_threads 2
  21.  
  22. # kern.srv.request_threads: No. of cygserver threads used to serve
  23. #                           application requests.
  24. # Default: 10, Min: 1, Max: 64, command line option -r, --request-threads
  25. #kern.srv.request_threads 10
  26.  
  27. # kern.srv.msgqueues: Determines whether XSI Message Queue support should be
  28. # started, "yes" (or "true", "y", "t", "1") or "no" (or "false", "n", "f", "0").
  29. # These values are valid for all binary type options.
  30. # Default is "yes".  Command line option -q, --no-msgqueues
  31. #kern.srv.msgqueues yes
  32.  
  33. # kern.srv.semaphores: Determines whether XSI Semaphore support should be
  34. # started.  Default is "yes".  Command line option -s, --no-semaphores
  35. #kern.srv.semaphores yes
  36.  
  37. # kern.srv.sharedmem: Determines whether XSI Shared Memory support should be
  38. # started.  Default is "yes".  Command line option -m, --no-sharedmem
  39. #kern.srv.sharedmem yes
  40.  
  41. # LOGGING
  42.  
  43. # kern.log.syslog: Determines whether logging should go to the syslog,
  44. # Default is "yes", if stderr is no tty, "no" otherwise.
  45. # Command line option -y, --syslog or -Y, --no-syslog.
  46. #kern.log.syslog no
  47.  
  48. # kern.log.stderr: Determines whether logging should go to stderr,
  49. # Default is "yes", if stderr is a tty, "no" otherwise.
  50. # Command line option -e, --stderr or -E, --no-stderr.
  51. #kern.log.stderr no
  52.  
  53. # kern.log.level: Logging level.  Valid values are 1 to 7 with a bigger
  54. # value emitting more logging output.  Default level is 6.
  55. # Command line option -l, --log-level.
  56. #kern.log.level 6
  57.  
  58. # kern.log.debug: Determines whether debug output should be printed to stderr.
  59. # Default is "no".  Command line option -d, --debug
  60. #kern.log.debug no
  61.  
  62. # XSI message queue parameters.
  63. #
  64. # Each message is broken up and stored in segments that are msgssz bytes
  65. # long.  For efficiency reasons, this should be a power of two.  Also,
  66. # it doesn't make sense if it is less than 8 or greater than about 256.
  67.  
  68. # kern.ipc.msgseg: Maximum no. of message queue segments hold concurrently.
  69. # Default: 2048, Min: 256, Max: 65535
  70. #kern.ipc.msgseg 2048
  71.  
  72. # kern.ipc.msgssz: Size of segment in bytes.  Must be a power of 2 value.
  73. # Default: 8, Min: 8, Max: 1024
  74. #kern.ipc.msgssz 8
  75.  
  76. # kern.ipc.msgmnb: Maximum no. of bytes in a single message queue.
  77. # Default: 2048, Min: 1, Max: 65535
  78. #kern.ipc.msgmnb 2048
  79.  
  80. # kern.ipc.msgmni: Maximum no. of message queue identifiers hold concurrently.
  81. # Default: 40, Min: 1, Max: 1024
  82. #kern.ipc.msgmni 40
  83.  
  84. # kern.ipc.msgtql: Maximum no. of messages hold concurrently.
  85. # Default: 40, Min: 1, Max: 1024
  86. #kern.ipc.msgtql 40
  87.  
  88. # XSI semaphore parameters
  89.  
  90. # kern.ipc.semmni: Maximum no. of semaphore identifiers hold concurrently.
  91. # Default: 10, Min: 1, Max: 1024
  92. #kern.ipc.semmni 10
  93.  
  94. # kern.ipc.semmns: Maximum no. of semaphores hold concurrently.
  95. # Default: 60, Min: 1, Max: 1024
  96. #kern.ipc.semmns 60
  97.  
  98. # kern.ipc.semmnu: Total no. of undo structures hold by server.
  99. # Default: 30, Min: 1, Max: 1024
  100. #kern.ipc.semmnu 30
  101.  
  102. # kern.ipc.semmsl: Maximum no. of semaphores per semaphore id.
  103. # Default: 60, Min: 1, Max: 1024
  104. #kern.ipc.semmsl 60
  105.  
  106. # kern.ipc.semopm: Maximum no. of operations per semop call.
  107. # Default: 100, Min: 1, Max: 1024
  108. #kern.ipc.semopm 100
  109.  
  110. # kern.ipc.semume: Maximum no. of undo entries per process.
  111. # Default: 10, Min: 1, Max: 1024
  112. #kern.ipc.semume 10
  113.  
  114. # kern.ipc.semvmx: Maximum value of a semaphore.
  115. # Default: 32767, Min: 1, Max: 32767
  116. #kern.ipc.semvmx 32767
  117.  
  118. # kern.ipc.semaem: Maximum value to adjust on process exit.
  119. # Default: 16384, Min: 1, Max: 32767
  120. #kern.ipc.semaem 16384
  121.  
  122. # XSI shared memory parameters
  123.  
  124. # kern.ipc.shmmaxpgs: Maximum pages available for XSI shared memory.
  125. # Default: 8192, Min: 1, Max: 32767
  126. #kern.ipc.shmmaxpgs 8192
  127.  
  128. # kern.ipc.shmmni: Maximum number of shared memory segments, system wide.
  129. # Default: 192, Min: 1, Max: 32767
  130. #kern.ipc.shmmni 192
  131.  
  132. # kern.ipc.shmseg: Maximum number of shared memory segments per process.
  133. # Default: 128, Min: 1, Max: 32767
  134. #kern.ipc.shmseg 128
  135.