one thing we observed was to set gc config to ``` ...
# pinot-perf-tuning
x
one thing we observed was to set gc config to
Copy code
-Xms24G -Xmx24G -XX:+UseG1GC -XX:MaxGCPauseMillis=20 -XX:+ParallelRefProcEnabled -XX:+DisableExplicitGC -XX:+PrintGCDetails -XX:+PrintGCDateStamps -XX:+PrintGCApplicationStoppedTime -XX:+PrintGCApplicationConcurrentTime -Xloggc:/opt/pinot/gc-pinot-server.log
e
Also, I got an "uncrecognized option PrintGCDateStamps" - I think that's for java8, changed the logging options to:
Copy code
-Xlog:safepoint
-Xlog:gc*
-Xlog:::time,level,tags