Slackbot
06/21/2023, 3:42 AMTejas Parbat
06/21/2023, 4:21 AMmaxBytesInMemory=-1
maxRowsInMemory= Reduce the value than default 1000000
If we set maxBytesInMemory to -1, meaning Druid will rely entirely on maxRowsInMemory to control memory usage. Setting it to zero means the default value will be used (one-sixth of the JVM heap size).Clint Wylie
06/21/2023, 7:20 AMClint Wylie
06/21/2023, 7:23 AMoffHeapMemory
for segmentWriteOutMediumFactory, could always try tmpFile
though it will be slowerMaytas Monsereenusorn
06/21/2023, 3:59 PMMaytas Monsereenusorn
06/26/2023, 4:54 PMtmpFile
did solve this problem. Thanks!