Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1663 fix that nginx's worker_processes setting 'auto' causes problems #1667

Merged
merged 2 commits into from
Jun 27, 2023

Conversation

thjaeckle
Copy link
Member

… when deploying Helm chart to worker with many CPUs

  • configure the "dittoui"'s nginx to use 1 worker process (it only serves static content)
  • add configuration option in values.yaml to configure the nginx's used worker_processes and default to 4

Fixes: #1663

@thjaeckle thjaeckle added this to the 3.3.1 milestone Jun 26, 2023
@thjaeckle thjaeckle force-pushed the bugfix/helm-chart-nginx-workers branch 2 times, most recently from 7cc22bd to 3a3bf03 Compare June 26, 2023 11:44
…s when deploying Helm chart to worker with many CPUs

* configure the "dittoui"'s nginx to use 1 worker process (it only serves static content)
* add configuration option in values.yaml to configure the nginx's used worker_processes and default to 4

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
@thjaeckle thjaeckle force-pushed the bugfix/helm-chart-nginx-workers branch from 3a3bf03 to 3ad2ffc Compare June 26, 2023 12:55
Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
Copy link
Contributor

@kalinkostashki kalinkostashki left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM :)

@thjaeckle thjaeckle merged commit 5838cc7 into master Jun 27, 2023
8 checks passed
@thjaeckle thjaeckle deleted the bugfix/helm-chart-nginx-workers branch June 27, 2023 19:53
@thjaeckle thjaeckle self-assigned this Jun 28, 2023
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[Helm,Nginx,dittoui]: OOMKilled on Ditto 3.3.0
2 participants