Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
float
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
float
Commits
68559850
Commit
68559850
authored
10 months ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Lower default for nginx_worker_connections
parent
ffab36c8
No related branches found
No related tags found
No related merge requests found
Pipeline
#71416
passed
10 months ago
Stage: test
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
roles/float-infra-nginx/defaults/main.yml
+1
-1
1 addition, 1 deletion
roles/float-infra-nginx/defaults/main.yml
with
1 addition
and
1 deletion
roles/float-infra-nginx/defaults/main.yml
+
1
−
1
View file @
68559850
...
@@ -22,7 +22,7 @@ nginx_limit_perserver_rate: "100r/s"
...
@@ -22,7 +22,7 @@ nginx_limit_perserver_rate: "100r/s"
nginx_limit_perserver_burst
:
100
nginx_limit_perserver_burst
:
100
# Various top-level NGINX configuration options that might need tuning.
# Various top-level NGINX configuration options that might need tuning.
nginx_worker_connections
:
8388608
nginx_worker_connections
:
65536
nginx_keepalive_timeout
:
"
20s"
nginx_keepalive_timeout
:
"
20s"
nginx_server_names_hash_max_size
:
2048
nginx_server_names_hash_max_size
:
2048
nginx_server_names_hash_bucket_size
:
2048
nginx_server_names_hash_bucket_size
:
2048
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment