Entity content is too long [111285333] for the configured buffer limit [104857600]

while fetching the documents from elasticsearch we are getting below error:
entity content is too long [111285333] for the configured buffer limit [104857600]

we are fetching the records using scroll. Why this is failing? is the buffer limit it’s showing for each query or the complete query?
can someone guide to solve this?