The incremental file indexer seems to need a lot more memory than the standard indexer. This should be optimized.
From a production example:
An instance with about 1000 files and PHP memory limit of 128 MB: The standard file indexer runs through, the incremental indexer dies with "Fatal error: Out of Memory".
Additionally, the "Out of memory" error should be catched, see #318 for that
The incremental file indexer seems to need a lot more memory than the standard indexer. This should be optimized.
From a production example:
An instance with about 1000 files and PHP memory limit of 128 MB: The standard file indexer runs through, the incremental indexer dies with "Fatal error: Out of Memory".
Additionally, the "Out of memory" error should be catched, see #318 for that