I have a large site with over 900.000 articles. Now I want to use smart search.
Therefore I use the CLI method to index the smart search:
php -d memory_limit=256M finder_indexer.php No matter how large I set the batch size there is always the same problem. After a couple of hundred batch processess the duration increases heavily.
Example:
Processed batch 280 in 4.186 seconds. Processed batch 1511 in 10.186 seconds. Do you have any idea what the problem is and how to solve it?