{"statusCode":429,"message":"circuit_breaking_exception: [circuit_breaking_exception] Reason: [parent] Data too large, data for [<http_request>] would be [1052991986/1004.2mb], which is larger than the limit of [805306368/768mb], real usage: [1052991848/1

If you're using ECK, by default pods will automatically be assigned half of ram (pod ram assignment) as heap. You can override this setting via env variable

ES_JAVA_OPS

Example of how elastickonductor sets it the heap value. ElasticKonductor/es.yaml at main · sunileman/ElasticKonductor · GitHub

can you share your k8s manifest? I suspect you need to jack up your pod memory which will help increase your heap size.

1 Like