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/it/autogen/user/weechat_options.txt | |
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/it/autogen/user/weechat_options.txt')
-rw-r--r-- | doc/it/autogen/user/weechat_options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/it/autogen/user/weechat_options.txt b/doc/it/autogen/user/weechat_options.txt index eeb8b1f8c..fc6dd9093 100644 --- a/doc/it/autogen/user/weechat_options.txt +++ b/doc/it/autogen/user/weechat_options.txt @@ -823,3 +823,8 @@ ** tipo: bool ** valori: on, off (valore predefinito: `on`) +* [[option_weechat.startup.sys_rlimit]] *weechat.startup.sys_rlimit* +** descrizione: `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"` +** tipo: stringa +** valori: qualsiasi stringa (valore predefinito: `""`) + |