Hi
Im using elasticsearch 7.10.2 single node. Im getting this
Data too large, data for [<http_request>] would be [3985754120/3.7gb], which is larger than the limit of [3910375833/3.6gb], real usage: [3985754120/3.7gb], new bytes reserved: [0/0b], usages [request=0/0b, fielddata=6668796/6.3mb, in_flight_requests=0/0b, model_inference=0/0b, accounting=3637590/3.4mb]: circuit_breaking_exception","statusCode":429,"error":"Too Many Requests"}
I increased heap size to 4GB. I have 24 GB RAM. Should I increase it further?
or Adding two more nodes , making it as 3 node elasticsearch cluster will help here?