rctl.8 (b5ff185e19f6013ca565b2a15bc2d6abce933f46) | rctl.8 (d051ac804ac78f766a8da7ee98c7eeab73f8b210) |
---|---|
1.\"- 2.\" Copyright (c) 2009 Edward Tomasz Napierala 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 11 unchanged lines hidden (view full) --- 20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" POSSIBILITY OF SUCH DAMAGE. 25.\" 26.\" $FreeBSD$ 27.\" | 1.\"- 2.\" Copyright (c) 2009 Edward Tomasz Napierala 3.\" All rights reserved. 4.\" 5.\" Redistribution and use in source and binary forms, with or without 6.\" modification, are permitted provided that the following conditions 7.\" are met: 8.\" 1. Redistributions of source code must retain the above copyright --- 11 unchanged lines hidden (view full) --- 20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 24.\" POSSIBILITY OF SUCH DAMAGE. 25.\" 26.\" $FreeBSD$ 27.\" |
28.Dd September 11, 2014 | 28.Dd September 14, 2015 |
29.Dt RCTL 8 30.Os 31.Sh NAME 32.Nm rctl 33.Nd display and update resource limits database 34.Sh SYNOPSIS 35.Nm 36.Op Fl h --- 151 unchanged lines hidden (view full) --- 188.It Sy stacksize Ta "stack size, in bytes" 189.It Sy coredumpsize Ta "core dump size, in bytes" 190.It Sy memoryuse Ta "resident set size, in bytes" 191.It Sy memorylocked Ta "locked memory, in bytes" 192.It Sy maxproc Ta "number of processes" 193.It Sy openfiles Ta "file descriptor table size" 194.It Sy vmemoryuse Ta "address space limit, in bytes" 195.It Sy pseudoterminals Ta "number of PTYs" | 29.Dt RCTL 8 30.Os 31.Sh NAME 32.Nm rctl 33.Nd display and update resource limits database 34.Sh SYNOPSIS 35.Nm 36.Op Fl h --- 151 unchanged lines hidden (view full) --- 188.It Sy stacksize Ta "stack size, in bytes" 189.It Sy coredumpsize Ta "core dump size, in bytes" 190.It Sy memoryuse Ta "resident set size, in bytes" 191.It Sy memorylocked Ta "locked memory, in bytes" 192.It Sy maxproc Ta "number of processes" 193.It Sy openfiles Ta "file descriptor table size" 194.It Sy vmemoryuse Ta "address space limit, in bytes" 195.It Sy pseudoterminals Ta "number of PTYs" |
196.It Sy swapuse Ta "swap usage, in bytes" | 196.It Sy swapuse Ta "swap space that may be reserved or used, in bytes" |
197.It Sy nthr Ta "number of threads" 198.It Sy msgqqueued Ta "number of queued SysV messages" 199.It Sy msgqsize Ta "SysV message queue size, in bytes" 200.It Sy nmsgq Ta "number of SysV message queues" 201.It Sy nsem Ta "number of SysV semaphores" 202.It Sy nsemop Ta "number of SysV semaphores modified in a single semop(2) call" 203.It Sy nshm Ta "number of SysV shared memory segments" 204.It Sy shmsize Ta "SysV shared memory size, in bytes" --- 85 unchanged lines hidden --- | 197.It Sy nthr Ta "number of threads" 198.It Sy msgqqueued Ta "number of queued SysV messages" 199.It Sy msgqsize Ta "SysV message queue size, in bytes" 200.It Sy nmsgq Ta "number of SysV message queues" 201.It Sy nsem Ta "number of SysV semaphores" 202.It Sy nsemop Ta "number of SysV semaphores modified in a single semop(2) call" 203.It Sy nshm Ta "number of SysV shared memory segments" 204.It Sy shmsize Ta "SysV shared memory size, in bytes" --- 85 unchanged lines hidden --- |