I have a database transfer script going for a week now. Couchdb dies on me like 5 times a day and I have monit in place to restart the thing It bulk inserts 1000 records also I have an update notification that updates all my views every time a database has an update. Also there is another script running in parallel that queries a view and inserts data into other Doc The only error I can find is OS process timeout hope this helps the devs PAco On Oct 6, 2009, at 3:36 PM, Glenn Rempe wrote: > not noticed any correlation with the time. Sometimes I > have seen it run during the day and die as well. I've seen it die > lots of times... ;-) It seems like it is always dying though > somewhere between 2 and 6 million records processed out of 28 mm > (which might support the theory of memory starvation of some kind if > it is holding some of those records in memory unintentionally, even > though top reports nothing more than 4GB out of 15GB being used). > > G