Hello everyone!

I'm dealing with a big and ugly filesystem that looks like this:

$ du -sk .
1526500 .
$ find . -depth -print | wc -l
  152221

rsync seems to run into some 20M limit on this Slowaris 2.6 machine. CPU
usage goes down to zero, 20M memory allocation, no activity from rsync.

This looks pretty much like the "out of memory" problem outlined in the FAQ.


Is there a generic workaround available for this problem? Maybe some kind of
"blocking" within rsync? Dealing with batches of several 100 files would be
absolutely fine for me. 

Any hints welcome.

Thanks in advance,

-martin

Reply via email to