| 213 | | |
| | 213 | (28, -, -, ['''150''', '''150''', '''200''', '''250''', 10000]) |
| | 214 | The script was not started. |
| | 215 | |
| | 216 | I tried the previous configuration to see how apache was behaving. |
| | 217 | |
| | 218 | When started, error log immediately shows segfaults! Doing nothing, busy and segfaults messages can be observed. |
| | 219 | The busy error message is: |
| | 220 | [info] server seems busy, (you may need to increase StartServers, or Min/MaxSpareServers), spawning 8 children, there are 132 idle, and 132 total children |
| | 221 | |
| | 222 | === Experiment 29 === |
| | 223 | (29, 200, 10, ['''150''', '''50''', '''200''', '''250''', 10000]) |
| | 224 | I sat the MinSpareServers to a more sensible (well...) value. |
| | 225 | |
| | 226 | The error log immediately shows segfaults when the apache server is started but after about 20 messages, steady state seems to be reached and no more message is displayed. |
| | 227 | |
| | 228 | When the script is run, a few busy messages are displayed but a lot of segfaults (I didn't count but far much than in experiment XX) |