Is there a general guideline to optimize Solr for very little number of documents in the core and low memory? For example, let's say 2000 documents and 100mb of memory. It crashes often due to OOM error with the default configuration.
Are there places in the Solr config where we can look to make it need less heap when document count is very low? This is just for regular indexing and regular searches by the way, nothing fancy like facets. Thanks! -ufuk yilmaz