The new partition set is not Indexing, Disk size = 0B and search fails.
Re-Build Index Job on SQL database reports historic job is successful.
Folders are created within the Index folder but the indexing does not start.
Index Dashboard reports 100% Searchable and the Work-in-progress shows nothing.
Following error is observed in the event log or the FTI.log:
System.ArgumentException: ramBufferSize **** is too large; should be comfortably less than 2048
at Lucene.Net.Index.IndexWriter.SetRAMBufferSizeMB(Double mb)
Full Text Index RAM Buffer Size:
Determines the amount of RAM that may be used when buffering added documents and deletions before they are flushed to the Directory.The absolute maximum value for this setting is somewhat less than 2048 MB.
The precise limit depends on various factors, such as how large your documents are, how many fields have norms, etc., so it's best to set this value comfortably under 2048 MB.
Edit or add the following settings in the Archive Manager Configuration Console:
Full Text Index Ram Buffer Size MB
Value: < 2048 MB