Response Buffer Limit Exceeded

后端 未结 11 1263
没有蜡笔的小新
没有蜡笔的小新 2020-12-08 10:05

I am running a simple query to get data out of my database & display them. I\'m getting an error that says Response Buffer Limit Exceeded.

11条回答
  •  無奈伤痛
    2020-12-08 10:25

    If you are looking for the reason and don't want to fight the system settings, these are two major situations I faced:

    1. You may have an infinite loop without next or recordest.movenext
    2. Your text data is very large but you think it is not! The common reason for this situation is to copy-paste an Image from Microsoft word directly into the editor and so the server translates the image to data objects and saves it in your text field. This can easily occupies the database resources and causes buffer problem when you call the data again.

提交回复
热议问题