delimitrou / DeathStarBench

Open-source benchmark suite for cloud microservices
Apache License 2.0
754 stars 421 forks source link

update helm-chart nginx worker_processes to auto #226

Closed swap357 closed 2 years ago

swap357 commented 2 years ago

Setting the following to be consistent with nginx.conf on the DSB/socialnetwork/nginx-web-server/conf directory. worker_processes auto;

This change significantly impacts performance/throughput per nginx-thrift replica when run on moderately efficient k8s network.