On Fri, Aug 15, 2008 at 05:28:43PM +0200, Rob klein Gunnewiek wrote: > ERROR: out of memory in flist_expand [generator]
With -vv, you should be seeing messages like this: [generator] expand file_list pointer array to N bytes, did move That will tell you what the last realloc attempt was before the error. If it is a really huge value, check to see if you have a directory with a huge number of files in it. You should also check your process's memory ulimit values to see if they are too small, and try using a different compiler or malloc package to see if your malloc is having trouble with memory fragmentation. ..wayne.. -- Please use reply-all for most replies to avoid omitting the mailing list. To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html