]> Sergey Matveev's repositories - public-inbox.git/commitdiff
import_slrnspool: fork a process for each message
authorEric Wong <e@80x24.org>
Mon, 12 Jan 2015 01:16:04 +0000 (01:16 +0000)
committerEric Wong <e@80x24.org>
Mon, 12 Jan 2015 01:16:04 +0000 (01:16 +0000)
This prevents process growth when importing large messages.
Memory growth could be due to the sliding sbrk window in glibc malloc
or a circular reference in the Email::* Perl code somewhere.


No differences found