VpsConfiguration
From Epowiki
Some resources for using a VPS under low resource conditions.
- Working With Linux Troubleshooting Memory Usage
- Optimizing MySQL and Apache for Low Memory Usage, Part 1
- 5 Tips for Optimizing Website Bandwidth Usage
- Optimizing Apache and MySQL for Low Memory Usage, Part 2
- Serving Javascript and Images � Fast
- OPTIMIZING MY VPS
- VPS To-do List
- Tuning a vServer/VPS for performance
- Various Tips for VPS administration
- Troubleshooting Memory Usage
- Various Tips for VPS administration
- Upgraded VPS, what needs to change?
- VPS MySQL and Apache Optimization Guide
- Surviving 100,000 instant Visitors on a Budget
- MaxSpareServers says how many warm daemons to keep hanging around for requests. The Apache listerner will still create new daemons on command but it will kill these children off after usage. MaxClients governs how many simultaneous requests can be handled. I would set this to higher than MaxSpareServers.
KeepAlive: On MaxKeepAliveRequests: 100 KeepAliveTimeout: 1 MinSpareServers: 10 MaxSpareServers: 15 StartServers: 10 MaxClients: 150 MaxRequestsPerChild: 1000
Timeout 200 KeepAlive On maxKeepAliveRequests 100 KeepAliveTimeout 3 MinSpareServers 10 MaxSpareServers 20 StartServers 15 MaxClients 250 MaxRequestsPerChild 0 HostnameLookups Off
