OTC easily gets OOM for high values of batch_size and num_consumers. When all consumers are working, OTC keeps in memory a lot of space which is multiplication of those values, number of exporters and some data processing ratio.
This is an issue especially when for some reason OTC was unable to send data to Sumo. This implicates putting data into queue and involves all of OTC consumers.
This is more like misconfiguration than bug and as the result of the issue, the documentation should be updated
Describe the bug
OTC easily gets
OOM
for high values ofbatch_size
andnum_consumers
. When all consumers are working, OTC keeps in memory a lot of space which is multiplication of those values, number of exporters and some data processing ratio.This is an issue especially when for some reason OTC was unable to send data to Sumo. This implicates putting data into queue and involves all of OTC consumers.
This is more like misconfiguration than bug and as the result of the issue, the documentation should be updated