Print this page
3830 SIGQUEUE_MAX's limit of 32 is too low
   1 '\" te
   2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH RESOURCE_CONTROLS 5 "Jul 2, 2007"
   7 .SH NAME
   8 resource_controls \- resource controls available through project database
   9 .SH DESCRIPTION
  10 .sp
  11 .LP
  12 The resource controls facility is configured through the project database. See
  13 \fBproject\fR(4). You can set and modify resource controls through the
  14 following utilities:
  15 .RS +4
  16 .TP
  17 .ie t \(bu
  18 .el o
  19 \fBprctl\fR(1)
  20 .RE
  21 .RS +4
  22 .TP
  23 .ie t \(bu
  24 .el o
  25 \fBprojadd\fR(1M)
  26 .RE


 154 .RS 4n
 155 Maximum number of semaphores allowed per semaphore set, expressed as an
 156 integer.
 157 .RE
 158 
 159 .sp
 160 .ne 2
 161 .na
 162 \fB\fBprocess.max-sem-ops\fR\fR
 163 .ad
 164 .sp .6
 165 .RS 4n
 166 Maximum number of semaphore operations allowed per \fBsemop\fR call (value
 167 copied from the resource control at \fBsemget()\fR time). Expressed as an
 168 integer, specifying the number of operations.
 169 .RE
 170 
 171 .sp
 172 .ne 2
 173 .na










 174 \fB\fBprocess.max-stack-size\fR\fR
 175 .ad
 176 .sp .6
 177 .RS 4n
 178 Maximum stack memory segment available to this process, expressed as a number
 179 of bytes.
 180 .RE
 181 
 182 .sp
 183 .ne 2
 184 .na
 185 \fB\fBproject.cpu-caps\fR\fR
 186 .ad
 187 .sp .6
 188 .RS 4n
 189 Maximum amount of CPU resources that a project can use. The unit used is the
 190 percentage of a single CPU that can be used by all user threads in a project.
 191 Expressed as an integer. The cap does not apply to threads running in real-time
 192 scheduling class. This resource control does not support the \fBsyslog\fR
 193 action.


   1 '\" te
   2 .\" Copyright (c) 2007, Sun Microsystems, Inc. All Rights Reserved.
   3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
   4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
   5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
   6 .TH RESOURCE_CONTROLS 5 "Jul 19, 2013"
   7 .SH NAME
   8 resource_controls \- resource controls available through project database
   9 .SH DESCRIPTION
  10 .sp
  11 .LP
  12 The resource controls facility is configured through the project database. See
  13 \fBproject\fR(4). You can set and modify resource controls through the
  14 following utilities:
  15 .RS +4
  16 .TP
  17 .ie t \(bu
  18 .el o
  19 \fBprctl\fR(1)
  20 .RE
  21 .RS +4
  22 .TP
  23 .ie t \(bu
  24 .el o
  25 \fBprojadd\fR(1M)
  26 .RE


 154 .RS 4n
 155 Maximum number of semaphores allowed per semaphore set, expressed as an
 156 integer.
 157 .RE
 158 
 159 .sp
 160 .ne 2
 161 .na
 162 \fB\fBprocess.max-sem-ops\fR\fR
 163 .ad
 164 .sp .6
 165 .RS 4n
 166 Maximum number of semaphore operations allowed per \fBsemop\fR call (value
 167 copied from the resource control at \fBsemget()\fR time). Expressed as an
 168 integer, specifying the number of operations.
 169 .RE
 170 
 171 .sp
 172 .ne 2
 173 .na
 174 \fB\fBprocess.max-sigqueue-size\fR\fR
 175 .ad
 176 .sp .6
 177 .RS 4n
 178 Maximum number of outstanding queued signals.
 179 .RE
 180 
 181 .sp
 182 .ne 2
 183 .na
 184 \fB\fBprocess.max-stack-size\fR\fR
 185 .ad
 186 .sp .6
 187 .RS 4n
 188 Maximum stack memory segment available to this process, expressed as a number
 189 of bytes.
 190 .RE
 191 
 192 .sp
 193 .ne 2
 194 .na
 195 \fB\fBproject.cpu-caps\fR\fR
 196 .ad
 197 .sp .6
 198 .RS 4n
 199 Maximum amount of CPU resources that a project can use. The unit used is the
 200 percentage of a single CPU that can be used by all user threads in a project.
 201 Expressed as an integer. The cap does not apply to threads running in real-time
 202 scheduling class. This resource control does not support the \fBsyslog\fR
 203 action.