I am using Elasticsearch docker image 7.17.4.
I am on a 12 core machine using Python and the helpers.parallel_bulk() function with the default thread count and queue size.
The error I get is
elasticsearch.ApiError: ApiError(429, 'es_rejected_execution_exception', 'rejected execution of coordinating operation [coordinating_and_primary_bytes=51058829, replica_bytes=0, all_bytes=51058829, coordinating_operation_bytes=18165106, max_coordinating_and_primary_bytes=53687091]')
What do I need to add to my Docker config, or change to not get this error?