On Thu, Jun 26, 2008 at 11:26:29PM -0400, James wrote:
> 1)   We have 1.4 million charity records in a table.  When I run  
> symfony lucene-rebuild-index  via cronjob it gets to about 633000  
> records and stops indexing, and I am not sure how to debug this?  Any  
> thoughts?

The rebuild task is not designed to be used in a cron job because of 
this reason.  While sfLucene does its best to keep memory usage to a 
minimum, it does take a lot of resources.

Use the Propel behavior.  The Propel behavior allows you to update your 
index on the fly.  After each model is updated, it is saved to the 
index, which eliminates this issue.

Carl

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"symfony users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/symfony-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to