Tommaso Peresson
09/28/2022, 2:50 PMMayank
Tommaso Peresson
09/28/2022, 3:26 PMTommaso Peresson
09/28/2022, 3:26 PMMayank
Mayank
Tommaso Peresson
09/28/2022, 3:27 PMTommaso Peresson
09/28/2022, 3:27 PMMayank
Tommaso Peresson
09/28/2022, 3:28 PM"mapFields": {
"SYSTEM_RESOURCE_INFO": {
"numCores": "1",
this was in the instance config of the servers until I've specified
resources:
requests:
cpu: 7
in the helm chartTommaso Peresson
09/28/2022, 3:29 PMTommaso Peresson
09/28/2022, 3:36 PMTommaso Peresson
09/28/2022, 3:36 PMTommaso Peresson
09/28/2022, 4:08 PMAshwin Raja
03/09/2023, 9:57 PMlscpu
returns:
CPU(s): 16
On-line CPU(s) list: 0-15
Thread(s) per core: 2
Core(s) per socket: 8
Socket(s): 1
But, like Tommaso, our numCores
in our server config is just 1
, which obviously limits our query performance a lotAshwin Raja
03/09/2023, 9:58 PMAshwin Raja
03/09/2023, 10:00 PMroot@pinot-server-0:/opt/pinot# java Example
Start...
Number of available processors are: 1