Description
Solr is started with 1280M heap.
./bin/solr start -m 1280m
Indexing a 100MB JSON file (using curl) containing large JSON documents from project Gutenberg fails with OOM but indexing a 549M JSON file containing small documents is indexed just fine.
The same 100MB JSON file with the same heap size can be indexed just fine if I disable the transaction log.
Attachments
Attachments
Issue Links
- requires
-
LUCENE-6779 Reduce memory allocated by CompressingStoredFieldsWriter to write large strings
- Closed