diff options
Diffstat (limited to 'doc/it/weechat_faq.it.asciidoc')
-rw-r--r-- | doc/it/weechat_faq.it.asciidoc | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/it/weechat_faq.it.asciidoc b/doc/it/weechat_faq.it.asciidoc index 19e255cc8..2255dfd81 100644 --- a/doc/it/weechat_faq.it.asciidoc +++ b/doc/it/weechat_faq.it.asciidoc @@ -742,6 +742,19 @@ Esistono diversi trucchi per ottimizzare l'uso della memoria: impostare il valore dell'opzione 'weechat.history.max_buffer_lines_minutes' * ridurre il valore dell'opzione 'weechat.history.max_commands' +// TRANSLATION MISSING +[[cpu_usage]] +=== How can I tweak WeeChat to use less CPU? + +// TRANSLATION MISSING +You can follow same tips as for <<memory_usage,memory>>, and these ones: + +* hide "nicklist" bar: `/bar hide nicklist` +* remove display of seconds in status bar time: + `/set weechat.look.item_time_format "%H:%M"` (this is the default value) +* set the 'TZ' variable (for example: `export TZ="Europe/Paris"`), to prevent + frequent access to file '/etc/localtime' + [[development]] == Sviluppo |