Yes what Ragani said, try pagination of your results!

On Wed, May 8, 2024, 9:53 AM Rajani M <rajinima...@gmail.com> wrote:

> >I think I have limited the documents returned in each query to 10,000 via
> the client software.
>
> Did you mean the solr query rows param is limited to 10,000? Fetching a
> large number of records can be inefficient, it should be less than 100, a
> standard page size. Go through this[1] doc. Hope it helps.
>
> https://cwiki.apache.org/confluence/display/solr/solrperformanceproblems#SolrPerformanceProblems-JavaHeap
>
>
> On Wed, May 8, 2024 at 10:00 AM Dmitri Maziuk <dmitri.maz...@gmail.com>
> wrote:
>
> > On 5/8/24 01:25, Imran Chaudhry wrote:
> >
> > > Yes. My thought was that tuning the Solr memory related parameters from
> > the
> > > default in an intelligent way may help me "get away" with the limited
> > > amount of RAM I have.
> >
> > No. Your VM is underprovisioned for what you're running on it. You could
> > dig into cgroups for finer control of allocations and of course disable
> > overcommit, but that's not going to solve your problem.
> >
> > Dima
> >
> >
>

Reply via email to