Hi,
We are getting this error.
[2021-10-01 08:11:12] local.ERROR: ReportDataProcess Job Exception: {“error”:{“root_cause”:[{“type”:“circuit_breaking_exception”,“reason”:“[in_flight_requests] Data too large, data for [<http_request>] would be [4325617020/4gb], which is larger than the limit of [4294967296/4gb]“,”bytes_wanted”:4325617020,“bytes_limit”:4294967296,“durability”:“TRANSIENT”}]
I searched this error on Google and they recommend we should increase the heap size for a solution.
You recommend we should set the heap size into JVM options as %50 of Node's total memory.
For example;
if a node's Total Memory is 32 GB, I should set the heap size to 16 GB. So what if I set it to 20 GB? will it have a negative impact?