Data too large, data for [<transport_request>]

Hello, I have such error like this and I don't understand what does this mean. Can you help me how to fix it?

{
  "error": {
    "root_cause": [
      {
        "type": "circuit_breaking_exception",
        "reason": "[parent] Data too large, data for [<transport_request>] would be [1023681458/976.2mb], which is larger than the limit of [1003493785/957mb], real usage: [1023681304/976.2mb], new bytes reserved: [154/154b], usages [request=0/0b, fielddata=0/0b, in_flight_requests=154/154b, accounting=181826349/173.4mb]",
        "bytes_wanted": 1023681458,
        "bytes_limit": 1003493785,
        "durability": "PERMANENT"
      }
    ],
    "type": "circuit_breaking_exception",
    "reason": "[parent] Data too large, data for [<transport_request>] would be [1023681458/976.2mb], which is larger than the limit of [1003493785/957mb], real usage: [1023681304/976.2mb], new bytes reserved: [154/154b], usages [request=0/0b, fielddata=0/0b, in_flight_requests=154/154b, accounting=181826349/173.4mb]",
    "bytes_wanted": 1023681458,
    "bytes_limit": 1003493785,
    "durability": "PERMANENT"
  },
  "status": 429
}

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