summaryrefslogtreecommitdiff
path: root/doc/pl/weechat_faq.pl.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/pl/weechat_faq.pl.txt')
-rw-r--r--doc/pl/weechat_faq.pl.txt17
1 files changed, 17 insertions, 0 deletions
diff --git a/doc/pl/weechat_faq.pl.txt b/doc/pl/weechat_faq.pl.txt
index 31c256bb8..6f370e1bc 100644
--- a/doc/pl/weechat_faq.pl.txt
+++ b/doc/pl/weechat_faq.pl.txt
@@ -309,6 +309,23 @@ Filtrowane linie są tylko ukrywane, nie usuwane, można je zobaczyć wyłączaj
filtry (domyślnie alt + "=" zmienia stan filtrów).
+[[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)
+
+
Rozwój
------