gortiz opened a new pull request, #9012: URL: https://github.com/apache/pinot/pull/9012
This PR adds an opinionated default resource requests to helm chart. As explained in #8944, the request in CPU is necessary. Otherwise the JVM by default will optimize its parallelism to only use a single CPU, which impacts in the GC but also in the different executors Pinot uses. The memory request is set to 1.25Gi to leave some extra space from the 1G value used by default in -xmx. Anyway, it should be recommended to customize these values on each environment, either by increasing the CPU resources or using `-XX=ActiveProcessorCount` -- 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: commits-unsubscr...@pinot.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org