summaryrefslogtreecommitdiff
path: root/doc
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
parente4b3519418677f3855124f5b604839ed792005e7 (diff)
downloadweechat-7700ef2207118fd3e424fa9654ec1e5f858a82c4.zip
doc: add a question in FAQ about CPU usage
Diffstat (limited to 'doc')
-rw-r--r--doc/de/weechat_faq.de.asciidoc13
-rw-r--r--doc/en/weechat_faq.en.asciidoc11
-rw-r--r--doc/fr/weechat_faq.fr.asciidoc12
-rw-r--r--doc/it/weechat_faq.it.asciidoc13
-rw-r--r--doc/ja/weechat_faq.ja.asciidoc13
-rw-r--r--doc/pl/weechat_faq.pl.asciidoc13
6 files changed, 75 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.asciidoc b/doc/de/weechat_faq.de.asciidoc
index 8665c549e..8c111bbcf 100644
--- a/doc/de/weechat_faq.de.asciidoc
+++ b/doc/de/weechat_faq.de.asciidoc
@@ -750,6 +750,19 @@ Damit WeeChat weniger Speicher benötigt, solltest Du folgende Tipps umsetzen:
verwendet werden.
* nutze einen kleineren Wert für die Option '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]]
== Entwicklung
diff --git a/doc/en/weechat_faq.en.asciidoc b/doc/en/weechat_faq.en.asciidoc
index beb83a355..e5b9dbe2c 100644
--- a/doc/en/weechat_faq.en.asciidoc
+++ b/doc/en/weechat_faq.en.asciidoc
@@ -709,6 +709,17 @@ You can try following tips to consume less memory:
of option 'weechat.history.max_buffer_lines_minutes'
* reduce value of option 'weechat.history.max_commands'
+[[cpu_usage]]
+=== How can I tweak WeeChat to use less CPU?
+
+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]]
== Development
diff --git a/doc/fr/weechat_faq.fr.asciidoc b/doc/fr/weechat_faq.fr.asciidoc
index ff6f578b4..99fc8f3bf 100644
--- a/doc/fr/weechat_faq.fr.asciidoc
+++ b/doc/fr/weechat_faq.fr.asciidoc
@@ -739,6 +739,18 @@ Vous pouvez essayer les astuces suivantes pour consommer moins de mémoire :
affecter une valeur à l'option 'weechat.history.max_buffer_lines_minutes'
* réduire la valeur de l'option 'weechat.history.max_commands'
+[[cpu_usage]]
+=== Comment configurer WeeChat pour moins utiliser le processeur ?
+
+Vous pouvez suivre les mêmes astuces que pour la <<memory_usage,mémoire>>, et
+celles-ci :
+
+* cacher la barre "nicklist" : `/bar hide nicklist`
+* supprimer l'affichage des secondes dans l'heure de la barre de statut :
+ `/set weechat.look.item_time_format "%H:%M"` (ceci est la valeur par défaut)
+* définir la variable 'TZ' (par exemple : `export TZ="Europe/Paris"`), pour
+ éviter un accès fréquent au fichier '/etc/localtime'
+
[[development]]
== Développement
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
diff --git a/doc/ja/weechat_faq.ja.asciidoc b/doc/ja/weechat_faq.ja.asciidoc
index 18423a8d5..483eda42c 100644
--- a/doc/ja/weechat_faq.ja.asciidoc
+++ b/doc/ja/weechat_faq.ja.asciidoc
@@ -710,6 +710,19 @@ OpenBSD では、プラグインファイル名の末尾が ".so.0.0" です (Li
'weechat.history.max_buffer_lines_minutes' オプションに値を設定してください。
* '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]]
== 開発
diff --git a/doc/pl/weechat_faq.pl.asciidoc b/doc/pl/weechat_faq.pl.asciidoc
index c19d50191..7c345c2a4 100644
--- a/doc/pl/weechat_faq.pl.asciidoc
+++ b/doc/pl/weechat_faq.pl.asciidoc
@@ -724,6 +724,19 @@ W celu zmniejszenia używanej pamięci możesz zastosować się do poniższych r
wartość opcji 'weechat.history.max_buffer_lines_minutes'
* zmniejszyć wartość opcji '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]]
== Rozwój