* bsd_helper.cc (tunable_params): Add entries for kern.ipc.msgmnb and
kern.ipc.msgtql. Raise max value for kern.ipc.msgseg to 65535. * cygserver.conf: Add kern.ipc.msgmnb and kern.ipc.msgtql. * sysv_msg.cc (msginit): Add TUNABLE_INT_FETCH call for kern.ipc.msgmnb and kern.ipc.msgtql.
This commit is contained in:
		| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user