-
Notifications
You must be signed in to change notification settings - Fork 4
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
optimize squids #321
optimize squids #321
Conversation
PR Reviewer Guide 🔍
|
PR Code Suggestions ✨
|
- nginx improvements - change instance type
b202307
to
50e8e20
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 🚀
User description
PR Type
enhancement
Description
m6a.xlarge
tom7a.2xlarge
.worker_processes
toauto
.worker_connections
to 16000 and enablingmulti_accept
andepoll
.Changes walkthrough 📝
variables.tf
Update default instance type to `m7a.2xlarge`
templates/terraform/explorer/base/variables.tf
m6a.xlarge
tom7a.2xlarge
.install_nginx.sh
Optimize Nginx configuration for better performance
templates/terraform/explorer/base/scripts/install_nginx.sh
worker_processes
toauto
.worker_connections
to 16000 and enabledmulti_accept
andepoll
.