diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-01 17:31:48 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2012-08-01 17:31:48 +0200 |
commit | d685d5fb42c3c7c03f428408a6d57c2b84526da1 (patch) | |
tree | 4e7852c97c3120232cb7976c8dc5439a41eb960b /doc/de/autogen/user | |
parent | 67c78085c92853b0d4b520b1fcffbd64e056d77c (diff) | |
download | weechat-d685d5fb42c3c7c03f428408a6d57c2b84526da1.zip |
core: add option weechat.startup.sys_rlimit to set system resource limits for WeeChat process
Diffstat (limited to 'doc/de/autogen/user')
-rw-r--r-- | doc/de/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/de/autogen/user/weechat_options.txt b/doc/de/autogen/user/weechat_options.txt index d40633d0c..4668cf2a1 100644 --- a/doc/de/autogen/user/weechat_options.txt +++ b/doc/de/autogen/user/weechat_options.txt @@ -823,3 +823,8 @@ ** Typ: boolesch ** Werte: on, off (Standardwert: `on`) +* [[option_weechat.startup.sys_rlimit]] *weechat.startup.sys_rlimit* +** Beschreibung: `set resource limits for WeeChat process, format is: "res1:limit1,res2:limit2"; resource name is the end of constant (RLIMIT_XXX) in lower case (see man setrlimit for values); limit -1 means "unlimited"; example: set unlimited size for core file and max 1GB of virtual memory: "core:-1,as:1000000000"` +** Typ: Zeichenkette +** Werte: beliebige Zeichenkette (Standardwert: `""`) + |