Hello,<br><br>My nginx is hosting more than 200 sites. But when I reload it, it said I need to increase the following size:<br><br>server_names_hash_max_size<br>server_names_hash_bucket_size<br><br>So I just increased it to:<br>
<br>   server_names_hash_max_size 1024;<br>   server_names_hash_bucket_size 128;<br><br>After that, nginx can reload, but my server is always out of memory(4gb in my server). So any body know if I change the above variables, will it affect the performance of the server?<br>
<br>Thanks.<br><br>Max<br><br>