Changeset View
Changeset View
Standalone View
Standalone View
lib/libutil/login.conf.5
| Show First 20 Lines • Show All 200 Lines • ▼ Show 20 Lines | |||||
| .It "openfiles number Maximum number of open files per process." | .It "openfiles number Maximum number of open files per process." | ||||
| .It "pipebuf size Maximum size of pipe buffers." | .It "pipebuf size Maximum size of pipe buffers." | ||||
| .It "pseudoterminals number Maximum number of pseudo-terminals." | .It "pseudoterminals number Maximum number of pseudo-terminals." | ||||
| .It "sbsize size Maximum permitted socketbuffer size." | .It "sbsize size Maximum permitted socketbuffer size." | ||||
| .It "stacksize size Maximum stack size limit." | .It "stacksize size Maximum stack size limit." | ||||
| .It "swapuse size Maximum swap space size limit." | .It "swapuse size Maximum swap space size limit." | ||||
| .It "umtxp number Maximum number of process-shared pthread locks." | .It "umtxp number Maximum number of process-shared pthread locks." | ||||
| .It "vmemoryuse size Maximum permitted total VM usage per process." | .It "vmemoryuse size Maximum permitted total VM usage per process." | ||||
| .It "vmm number Maximum number of virtual machines." | |||||
| .El | .El | ||||
| .Pp | .Pp | ||||
| These resource limit entries actually specify both the maximum | These resource limit entries actually specify both the maximum | ||||
| and current limits (see | and current limits (see | ||||
| .Xr getrlimit 2 ) . | .Xr getrlimit 2 ) . | ||||
| The current (soft) limit is the one normally used, although the user is | The current (soft) limit is the one normally used, although the user is | ||||
| permitted to increase the current limit to the maximum (hard) limit. | permitted to increase the current limit to the maximum (hard) limit. | ||||
| The maximum and current limits may be specified individually by appending a | The maximum and current limits may be specified individually by appending a | ||||
| ▲ Show 20 Lines • Show All 289 Lines • Show Last 20 Lines | |||||