<div dir="ltr"><div class="gmail_quote"><br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi,<br>
<br>
I noticed that worker_connections while is defined as the maximum number of<br>
connections per worker, nginx pre-allocated enough memory to handle all<br>
possible worker_connections, even before they are actually needed.<br>
<br>
For example, setting worker_connections to 10485760 causes nginx to take<br>
4.3GB of memory upon init.<br>
<br>
Is this how its supposed to be?<br>
Is there a way to tell nginx to only allocate memory as needed?<br>
</blockquote><div><br></div><div>I think you do not need to worry about it.</div><div>You will run out of available ports, file descriptors or system memory needed to allocate</div><div>these resources way before you will notice this.<br></div></div></div>