How this In memory limit and read limit is works and what is the relation between them? | Adobe Higher Education
Skip to main content
Level 6
December 5, 2022
Resuelto

How this In memory limit and read limit is works and what is the relation between them?

  • December 5, 2022
  • 2 respuestas
  • 1089 visualizaciones

hi

I want to know, what this in memory limit is and in memory read limit ?

Please let me know what the relation is in both?

Este tema ha sido cerrado para respuestas.
Mejor respuesta de Saravanan_Dharmaraj

Please check this blog

https://wttech.blog/blog/2020/jcr-query-performance/

AEM has a configurable limit on the number of nodes that can be visited in a single query run. By default it is set to 100,000 nodes. It can be changed in System Console > OSGi Configuration > Apache Jackrabbit Query Engine Settings Service. The parameter name is queryLimitReads.

2 respuestas

Saravanan_Dharmaraj
Community Advisor
Community Advisor
December 5, 2022

Please check this blog

https://wttech.blog/blog/2020/jcr-query-performance/

AEM has a configurable limit on the number of nodes that can be visited in a single query run. By default it is set to 100,000 nodes. It can be changed in System Console > OSGi Configuration > Apache Jackrabbit Query Engine Settings Service. The parameter name is queryLimitReads.

Mani_kumar_
Community Advisor
Community Advisor
December 5, 2022

Hi @akshaybhujbale ,

Below is the screenshot from the Jackrabbit documentation

 

For more info on those attributes read the documentation

https://jackrabbit.apache.org/oak/docs/query/query-engine.html

 

Hope this is helpful

Level 6
December 6, 2022

Hi @mani_kumar_

Thanks for reply, I have gone through this link, I have some doubts.

Is it possible to setup a call based on your availability.?

Please let me know.