Salut à tous,

Depuis ce matin, j'ai mon serveur apache2 (Debian Lenny) qui me lance des process enfants super gourmants.
Du coup, cela fait monter l'utilisation cpu dans les 90% !

Pour info, je n'ai fait aucune mises à jour depuis hier, je n'ai rien touché, pas de modification de config.

Voici un petit top pour que vous voyez :
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Tasks: 124 total,  11 running, 113 sleeping,   0 stopped,   0 zombie
Cpu(s): 87.0%us, 12.5%sy,  0.0%ni,  0.0%id,  0.0%wa,  0.0%hi,  0.5%si,  0.0%st
Mem:   3116448k total,  2542776k used,   573672k free,   382296k buffers
Swap:  2931852k total,      0k used,  2931256k free,  1272892k cached
 
  PID USER      PR  NI  VIRT  RES  SHR S %CPU %MEM    TIME+  COMMAND
 2827 www-data  20   0 38200  20m 4560 R   19  0.7   0:04.36 apache2
 2684 www-data  20   0 52600  34m 4564 R   18  1.1   0:10.42 apache2
 2861 www-data  20   0 55732  36m 4616 R   18  1.2   0:01.60 apache2
 2731 www-data  20   0 55772  37m 4832 R   17  1.2   0:17.48 apache2
 2490 www-data  20   0 47456  29m 4576 R   16  1.0   0:07.76 apache2
 2733 www-data  20   0 55780  37m 4836 R   16  1.2   0:08.40 apache2
 2821 www-data  20   0 44792  26m 4564 R   16  0.9   0:04.52 apache2
 2786 www-data  20   0 37212  19m 4516 R   15  0.6   0:03.36 apache2
 2842 www-data  20   0 32560  14m 4532 S   15  0.5   0:01.18 apache2
 2783 www-data  20   0 38224  20m 4516 R   13  0.7   0:01.62 apache2
 2749 www-data  20   0 32584  14m 4548 S   13  0.5   0:05.32 apache2
 2762 www-data  20   0 32584  14m 4548 S   12  0.5   0:01.40 apache2
 2485 www-data  20   0 44936  27m 4844 R   11  0.9   0:16.24 apache2
22743 mysql     20   0  156m  62m 6136 S    1  2.1  82:50.24 mysqld
 2209 www-data  20   0 33164  15m 4860 S    1  0.5   0:15.40 apache2
Est-ce que vous avez une idée de pourquoi et comment résoudre ce problème de conso cpu ?

Merci