stibi opened a new issue, #658: URL: https://github.com/apache/solr-operator/issues/658
Hello, we have trouble with solr exporter, it's very hungry for memory, it needs around ~6G of RAM, which is a lot and I can't figure out why. Can I ask you any hint? It's pretty much default setup, nothing custom: SolrCloud 9.3.0. Nothing too much custom for the exporter deployment: ``` apiVersion: solr.apache.org/v1beta1 kind: SolrPrometheusExporter metadata: name: solr-exporter spec: customKubeOptions: podOptions: resources: requests: cpu: 500m memory: 3072Mi limits: cpu: 2000m memory: 6912Mi envVars: - name: JAVA_HEAP value: 6000m solrReference: cloud: name: "solr-cloud" numThreads: 6 ``` <img width="1005" alt="Screenshot 2023-11-21 at 13 23 19" src="https://github.com/apache/solr-operator/assets/57834/9ad48b32-1af0-45b6-b805-f4d2fc7c050b"> -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@solr.apache.org For additional commands, e-mail: issues-h...@solr.apache.org