sounds pretty high. how big are the files? could you be leaking memory in
the 'fileDocument' function?
as a test, try not actually adding the document
ben
On Thu, Jan 6, 2011 at 7:43 AM, muhammad ismael wrote:
> Hello,
> I am trying to index large files as follows
>
> for(int j = 0; (j < pagesI
Hello,
I am trying to index large files as follows
for(int j = 0; (j < pagesIds.count())&& !m_stop ; j++)
{
pagesText =
m_DbManager->getBookPage(m_booksIds.at(i), pagesIds.at(j)).toUtf8();
if(!pagesText.isEmpty())
{