From mboxrd@z Thu Jan 1 00:00:00 1970 From: wmorgan-sup@masanjin.net (William Morgan) Date: Mon, 27 Aug 2007 13:32:56 -0700 Subject: [sup-talk] [Ferret-trac] #279: IO Error - Error reading the segment infos In-Reply-To: <20070818121815.GA11346@mona.jeffcovey.net> References: <1187154980-sup-1906@south> <20070818121815.GA11346@mona.jeffcovey.net> Message-ID: <1188246610-sup-553@south> Excerpts from jeff.covey's message of Sat Aug 18 05:18:15 -0700 2007: > i tried this, setting it to 32768 as he recommended, then adding my > archive sources from the beginning of the year (i had been working > with just messages from the past month). it caused a lot of > exceptions in sup and some segmentation faults in ruby. Sup does keep a filehandle open to every mbox source. Since sources aren't read except when you open a thread-view-mode, it probably wouldn't be too bad to just open them on demand. That might help. -- William