<div dir="ltr">Hello,<br><br>I need to tweak fastcgi_buffer to 1m on a website that has heavy requests to avoid buffer. If I use a distro with 4096 pagesize, is it better to do 256x 4k or 4x 256k?<br><br>[root@web ~]# getconf PAGESIZE<br>4096<br>[root@web ~]# <br><br>fastcgi_buffer_size 4k;<br>fastcgi_buffers 256 4k;<br><br>OR<br><br>fastcgi_buffer_size 256k;<br>fastcgi_buffers 4 256k;<br><br>Thanks!<br><br>Karl<br></div>