Elasticsearch storage problem

Hi guys,

I am facing this problem from time to time, would like to know where does this come from and how can I get rid of this completely. the problem stays a few minutes u d after that goes away and can access my ES indexe again via Kibana.

thank you in advance-

{"statusCode":500,"error":"Internal Server Error","message":"[parent] Data too large, data for [<http_request>] would be [1040325170/992.1mb], which is larger than the limit of [1011774259/964.9mb], real usage: [1040324656/992.1mb], new bytes reserved: [514/514b], usages [request=0/0b, fielddata=2313157/2.2mb, in_flight_requests=514/514b, accounting=48315600/46mb]: [circuit_breaking_exception] [parent] Data too large, data for [<http_request>] would be [1040325170/992.1mb], which is larger than the limit of [1011774259/964.9mb], real usage: [1040324656/992.1mb], new bytes reserved: [514/514b], usages [request=0/0b, fielddata=2313157/2.2mb, in_flight_requests=514/514b, accounting=48315600/46mb], with { bytes_wanted=1040325170 & bytes_limit=1011774259 & durability=\"PERMANENT\" }"}

It looks like you have a too small heap for your use case. I would recommend increasing it.

1 Like

hi @Christian_Dahlqvist , thank you. how i can do that any doc. ?

Which version of Elasticsearch are you using? How did you install it?

Elasticsearch 7.7

Then have a look at this section in the docs.

1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.