diff options
author | Florent Le Coz <louiz@louiz.org> | 2011-02-14 14:54:26 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2011-02-14 14:54:26 +0100 |
commit | 4b31e5acf142664c2f2ebd2e0cfa26e700d947d7 (patch) | |
tree | 82471c08139bdea5bcb1ba6a149d0b970580a784 /data | |
parent | 3e550f4ae7ef13496fcc2e19ae406f324a2ee8e2 (diff) | |
download | poezio-4b31e5acf142664c2f2ebd2e0cfa26e700d947d7.tar.gz poezio-4b31e5acf142664c2f2ebd2e0cfa26e700d947d7.tar.bz2 poezio-4b31e5acf142664c2f2ebd2e0cfa26e700d947d7.tar.xz poezio-4b31e5acf142664c2f2ebd2e0cfa26e700d947d7.zip |
Make the number of lines and messages kept in memory configurable
and lower (a lot) the number of lines kept in the info_win buffers
This lower the memory usage.
Diffstat (limited to 'data')
-rw-r--r-- | data/default_config.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/data/default_config.cfg b/data/default_config.cfg index 662fb44e..02103571 100644 --- a/data/default_config.cfg +++ b/data/default_config.cfg @@ -141,6 +141,12 @@ send_os_info = true # Set to false if you don't want people to know that information send_time = true +# Configure the number of maximum lines and messages (for each tab) that +# can be kept in memory. If poezio consumes too much memory, lower these +# values +max_messages_in_memory = 2048 +max_lines_in_memory = 2048 + [var] # You should not edit this section, it is just used by poezio # to save various data across restarts |