summaryrefslogtreecommitdiff
path: root/doc/de/weechat_faq.de.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/de/weechat_faq.de.txt')
-rw-r--r--doc/de/weechat_faq.de.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/de/weechat_faq.de.txt b/doc/de/weechat_faq.de.txt
index 2ef1eb219..14f94ea23 100644
--- a/doc/de/weechat_faq.de.txt
+++ b/doc/de/weechat_faq.de.txt
@@ -329,6 +329,23 @@ wenn Du den Filter deaktivierst (Voreinstellung zum Aktivieren/Deaktivieren der
Filter: Alt-Taste + "=").
+[[memory_usage]]
+How can I tweak WeeChat to consume less memory?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+You can try following tips to consume less memory:
+
+* use latest stable version (it is supposed to have less memory leaks than
+ older versions)
+* do not load some plugins if you don't use them, for example: aspell, fifo,
+ logger, perl, python, ruby, lua, tcl, xfer (used for DCC)
+* load only scripts that you really need
+* reduce value of option 'weechat.history.max_lines' (number of lines saved in
+ memory for each buffer)
+* reduce value of option 'weechat.history.max_commands' (number of user commands
+ saved in memory)
+
+
Entwicklung
-----------