mhamann commented on issue #348: Allow for large request and response headers
URL: 
https://github.com/apache/incubator-openwhisk-apigateway/issues/348#issuecomment-516108615
 
 
   Changing buffer sizes should be carefully considered, since it changes how 
much memory needs to be allocated for every request.
   
   I'm a little wary of bumping this globally, since we'd be effectively 
doubling the amount of memory used in the current configuration.
   
   On the other hand, perhaps 4k is a bit low for a decent number of production 
use cases and 8k would be more appropriate.
   
   In any case, the configuration change would look like this:
   ```
   proxy_buffer_size 8k;
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to