sudo6si opened a new issue, #9491:
URL: https://github.com/apache/pinot/issues/9491

   Currently helm chart's [`values.yaml` 
file](https://github.com/apache/pinot/blob/dc84310077765ce367d380c97aa67f9e4caeb0bf/kubernetes/helm/pinot/values.yaml#L102)
 contains following option:
   
   ```
     jvmOpts: "-XX:ActiveProcessorCount=2 -Xms256M -Xmx1G -XX:+UseG1GC 
-XX:MaxGCPauseMillis=200 -Xlog:gc*:file=/opt/pinot/gc-pinot-controller.log"
   ```
   
   As per my [understanding](https://stackoverflow.com/a/59882645)
   
   > Overrides the number of CPUs that the VM will use to calculate the size of 
thread pools it will use for various operations such as Garbage Collection and 
ForkJoinPool.
   
   Do we need this option and should this be configured to be equal to 
container's CPU?


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to