summaryrefslogtreecommitdiff
path: root/doc/it
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2014-06-29 15:48:32 +0200
committerSébastien Helleu <flashcode@flashtux.org>2014-06-29 15:48:32 +0200
commit7700ef2207118fd3e424fa9654ec1e5f858a82c4 (patch)
tree592dce6792bdf977bcd4674873811b30e3926afc /doc/it
parente4b3519418677f3855124f5b604839ed792005e7 (diff)
downloadweechat-7700ef2207118fd3e424fa9654ec1e5f858a82c4.zip
doc: add a question in FAQ about CPU usage
Diffstat (limited to 'doc/it')
-rw-r--r--doc/it/weechat_faq.it.asciidoc13
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