uwsgi_busy_buffers_size
tem o mesmo significado que fastcgi_busy_buffers_size
, mas para uwsgi.
Limits the total size of buffers that can be busy sending a response to the client while the response is not yet fully read. In the mean time, the rest of the buffers can be used for reading a response and, if needed, buffering part of a response to a temporary file. By default, size is limited by two buffers set by the uwsgi_buffer_size and uwsgi_buffers directives.
p.s. Valores padrão das diretivas relacionadas a buffers no nginx têm valores ótimos para a maioria dos casos. Então, você deve sintonizá-los somente se você entender completamente o que está fazendo e por quê.