mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-17 06:59:56 -05:00
add support to set resource limits for the daemon and set some of them to some sane values
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@1116 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
parent
0ff247db73
commit
2409f1a80b
5 changed files with 153 additions and 2 deletions
|
|
@ -81,3 +81,13 @@
|
|||
|
||||
## Run the daemon as system-wide instance, requires root priviliges
|
||||
; system-instance = 0
|
||||
|
||||
## Resource limits, see getrlimit(2) for more information
|
||||
; rlimit-as = -1
|
||||
; rlimit-core = -1
|
||||
; rlimit-data = -1
|
||||
; rlimit-fsize = -1
|
||||
; rlimit-nofile = 25
|
||||
; rlimit-stack = -1
|
||||
; rlimit-nproc = -1
|
||||
; rlimit-memlock = 25
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue