1
0
mirror of https://github.com/imapsync/imapsync.git synced 2024-11-17 00:02:29 +01:00
imapsync/FAQ.d/FAQ.Memory.txt

32 lines
1.3 KiB
Plaintext
Raw Normal View History

2016-09-19 17:17:24 +02:00
#!/bin/cat
2017-09-23 23:54:48 +02:00
$Id: FAQ.Memory.txt,v 1.4 2017/01/06 14:11:13 gilles Exp gilles $
2016-09-19 17:17:24 +02:00
This documentation is also at http://imapsync.lamiral.info/#doc
2017-09-23 23:54:48 +02:00
=======================================================================
Imapsync tips about memory issues.
=======================================================================
2016-09-19 17:17:24 +02:00
=======================================================================
Q. I got an "Out of memory" error message then imapsync crashes.
How to fix that?
R0. Add option --debugmemory to debug memory issues.
R1. It's probably a very big message on the host1 account.
Before imapsync release 1.688 memory usage is at least 5 times
the biggest message size. then 2 times with release 1.688.
So a 700 MB message will crunch 3.5 GB of memory.
Starting with 1.688 it will crunch 1.4 GB of memory.
R2. Usually "Out of memory" errors are related to old days,
to old Mail::IMAPClient module releases, before 3.26.
At that time memory usage was around 17 times the biggest message.
Look at imapsync output first lines to get the Mail::IMAPClient
release used. Then upgrade Mail::IMAPClient Perl module if needed.
2017-09-23 23:54:48 +02:00
=======================================================================
=======================================================================