Browse Source

Reduce MaxClients

Bob Mottram 11 years ago
parent
commit
f711fea4e3
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      beaglebone.txt

+ 3
- 3
beaglebone.txt View File

2101
     StartServers 5
2101
     StartServers 5
2102
     MinSpareServers 5
2102
     MinSpareServers 5
2103
     MaxSpareServers 10
2103
     MaxSpareServers 10
2104
-    MaxClients 10
2104
+    MaxClients 5
2105
     MaxRequestsPerChild 10
2105
     MaxRequestsPerChild 10
2106
 </IfModule>
2106
 </IfModule>
2107
 
2107
 
2111
     MaxSpareThreads 5
2111
     MaxSpareThreads 5
2112
     ThreadLimit 6
2112
     ThreadLimit 6
2113
     ThreadsPerChild 10
2113
     ThreadsPerChild 10
2114
-    MaxClients 10
2114
+    MaxClients 5
2115
     MaxRequestsPerChild 10
2115
     MaxRequestsPerChild 10
2116
 </IfModule>
2116
 </IfModule>
2117
 
2117
 
2121
     MaxSpareThreads 5
2121
     MaxSpareThreads 5
2122
     ThreadLimit 6
2122
     ThreadLimit 6
2123
     ThreadsPerChild 10
2123
     ThreadsPerChild 10
2124
-    MaxClients 10
2124
+    MaxClients 5
2125
     MaxRequestsPerChild 10
2125
     MaxRequestsPerChild 10
2126
 </IfModule>
2126
 </IfModule>
2127
 #+END_SRC
2127
 #+END_SRC