43 votes

Le service mysqld s'arrête une fois par jour sur un serveur ec2

Détails de l'environnement :

Server: Amazon ec2 Linux
Web Server: Apache
Web Framework: Django with mod_wsgi

J'ai trouvé ce qui suit dans le fichier mysql_err.log.

The InnoDB memory heap is disabled
120823  3:21:40 InnoDB: Mutexes and rw_locks use GCC atomic builtins
120823  3:21:40 InnoDB: Compressed tables use zlib 1.2.3
120823  3:21:40 InnoDB: Using Linux native AIO
120823  3:21:41 InnoDB: Initializing buffer pool, size = 128.0M
InnoDB: mmap(137363456 bytes) failed; errno 12
120823  3:21:41 InnoDB: Completed initialization of buffer pool
120823  3:21:41 InnoDB: Fatal error: cannot allocate memory for the buffer pool
120823  3:21:41 [ERROR] Plugin 'InnoDB' init function returned error.
120823  3:21:41 [ERROR] Plugin 'InnoDB' registration as a STORAGE ENGINE failed.
120823  3:21:41 [ERROR] Unknown/unsupported storage engine: InnoDB
120823  3:21:41 [ERROR] Aborting

Il semble que la mémoire du système ne soit pas suffisante pour allouer de la mémoire au pool de mémoire tampon. La même erreur se produit lorsque j'utilise Amazon ec2 micro instance J'ai donc déménagé au small instance . Il a bien fonctionné pendant quelques jours, mais maintenant il se bloque à nouveau une fois par jour. Existe-t-il une solution permanente à ce problème ? Je peux passer à une instance moyenne mais la question est de savoir si cela sera résolu ou non. Dois-je diminuer la innodb_buffer_pool_size Quelle est la taille préférée ?

Le résultat de cat /proc/meminfo est le suivant (il se peut qu'il soit utile) :

MemTotal:        1697824 kB
MemFree:          125744 kB
Buffers:          109704 kB
Cached:           481408 kB
SwapCached:            0 kB
Active:          1212396 kB
Inactive:         266840 kB
Active(anon):     888192 kB
Inactive(anon):       76 kB
Active(file):     324204 kB
Inactive(file):   266764 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:             0 kB
SwapFree:              0 kB
Dirty:                 4 kB
Writeback:             0 kB
AnonPages:        888144 kB
Mapped:            15604 kB
Shmem:               144 kB
Slab:              63752 kB
SReclaimable:      53680 kB
SUnreclaim:        10072 kB
KernelStack:         800 kB
PageTables:        16436 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:      848912 kB
Committed_AS:    1417140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:       10988 kB
VmallocChunk:   34359725168 kB
DirectMap4k:     1748992 kB
DirectMap2M:           0 kB

Version du système d'exploitation (uname -a) : Linux ip-10-246-134-149 3.2.21-1.32.6.amzn1.x86_64 #1 SMP Sat Jun 23 02:32:15 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux

J'ai vérifié le ps aux commande alors que le serveur n'a plus que 15MB de mémoire et que ce sont les httpd en cours à ce moment-là :

Le résultat de free -m

total       used       free     shared    buffers     cached
Mem:          1657       1628         29          0          3         19
-/+ buffers/cache:       1605         51
Swap:          895        875         20

Le résultat de ps aux

apache   21123  0.1  1.2 394652 20464 ?        S    19:35   0:06 /usr/sbin/httpd
apache   21146  0.1  1.2 394280 20796 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21152  0.1  1.2 394284 21560 ?        S    19:38   0:05 /usr/sbin/httpd
apache   21155  0.2  1.4 396244 24528 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21156  0.1  1.1 392552 20344 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21157  0.1  1.1 394284 18884 ?        S    19:38   0:05 /usr/sbin/httpd
apache   21159  0.1  1.4 396200 25040 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21161  0.1  1.2 394856 21724 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21162  0.1  1.3 394864 22400 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21163  0.1  1.3 394860 22204 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21164  0.1  1.1 392560 19204 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21165  0.1  1.3 394832 22280 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21166  0.1  1.3 395276 22932 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21172  0.2  1.4 396320 24820 ?        S    19:38   0:06 /usr/sbin/httpd
apache   21174  0.2  1.7 400672 29452 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21178  0.1  1.4 400540 25304 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21179  0.2  1.6 400580 27856 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21184  0.1  1.7 400628 29320 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21185  0.1  1.6 397944 27292 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21186  0.1  1.5 397960 25648 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21187  0.1  1.7 400576 29120 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21191  0.1  1.4 400576 24400 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21193  0.1  1.4 400536 24940 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21194  0.1  1.5 400572 26096 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21203  0.1  1.6 400580 28808 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21206  0.1  1.7 400584 29732 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21207  0.1  1.6 400576 27940 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21224  0.1  1.2 400624 20768 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21225  0.1  1.6 400576 28468 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21226  0.1  1.6 400576 28048 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21228  0.1  1.4 400572 23880 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21237  0.1  1.5 400628 26124 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21265  0.1  1.6 400536 28592 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21276  0.1  1.2 400544 21456 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21277  0.1  1.3 400624 22676 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21278  0.1  1.6 400536 27360 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21282  0.1  1.4 400612 24996 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21292  0.1  1.4 400532 24780 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21302  0.2  1.2 400540 21332 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21303  0.1  1.3 400628 22228 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21305  0.2  1.2 400536 21116 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21306  0.1  1.3 400572 22380 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21307  0.1  1.1 397956 20056 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21308  0.1  1.2 400624 21520 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21319  0.1  1.1 400540 19468 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21320  0.1  1.3 400628 22712 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21335  0.1  1.0 400540 17236 ?        S    19:39   0:05 /usr/sbin/httpd
apache   21336  0.1  1.3 400628 22188 ?        S    19:39   0:06 /usr/sbin/httpd
apache   21352  0.1  1.1 394276 18972 ?        S    19:40   0:04 /usr/sbin/httpd
apache   21356  0.1  1.1 394280 19028 ?        S    19:40   0:05 /usr/sbin/httpd
apache   21358  0.1  1.1 394280 19004 ?        S    19:40   0:05 /usr/sbin/httpd
apache   21361  0.2  0.7 400452 12632 ?        S    19:40   0:06 /usr/sbin/httpd
apache   21610  0.2  1.6 400536 27660 ?        S    19:46   0:06 /usr/sbin/httpd
apache   21643  0.2  1.3 400156 23272 ?        S    19:55   0:04 /usr/sbin/httpd
apache   21647  0.2  1.0 400544 17556 ?        S    19:57   0:05 /usr/sbin/httpd
apache   21654  0.2  1.5 400188 26884 ?        S    19:58   0:05 /usr/sbin/httpd
apache   21719  0.3  1.9 400192 32264 ?        S    20:14   0:03 /usr/sbin/httpd
apache   21725  0.2  2.0 400044 35340 ?        S    20:15   0:03 /usr/sbin/httpd
apache   21738  0.0  0.8 257648 13792 ?        S    20:26   0:00 /usr/sbin/httpd

Est-ce que quelqu'un a une idée de la raison pour laquelle il y a tant de processus httpd ?

45voto

joelparkerhenderson Points 10128

Utilisez 50 % de la mémoire vive disponible pour le test :

Vous pouvez diminuer la taille du pool de stockage innodb_buffer_size à un niveau très bas pour voir si cela peut aider :

#/etc/my.cnf 
innodb_buffer_pool_size = 1M

Une règle empirique consiste à définir innodb_buffer_pool_size à 50 % de la RAM disponible pour vos tests de faible mémoire. Cela signifie que vous démarrez le serveur et que tout sauf MySQL InnoDB. Voyez combien de RAM vous avez. Utilisez ensuite 50 % de cette quantité pour InnoDB.

Pour essayer plusieurs paramètres de faible mémoire en même temps :

Le coupable le plus probable est tout ce qui se trouve sur ce serveur, par exemple un serveur web.

Apache ?

Utilisez-vous Apache et/ou un autre serveur web ? Si c'est le cas, essayez de réduire son utilisation de la RAM. Par exemple, dans la configuration d'Apache, envisagez des paramètres de RAM faibles comme ceux-ci :

StartServers 1
MinSpareServers 1
MaxSpareServers 5
MaxClients 5

Et plafonnez les demandes de la manière suivante :

MaxRequestsPerChild 300

Redémarrez ensuite Apache.

mod_wsgi :

Si vous utilisez Apache avec mod_python, passez à Apache avec mod_wsgi.

Pympler :

I

S

Y

T h

9voto

Rush Points 596

Y

S

110603  7:34:15 [ERROR] Plugin ‘InnoDB’ init function returned error.
110603  7:34:15 [ERROR] Plugin ‘InnoDB’ registration as a STORAGE ENGINE failed.
110603  7:34:15 [ERROR] Unknown/unsupported storage engine: InnoDB
110603  7:34:15 [ERROR] Aborting

10603  7:34:15 [Note] /usr/sbin/mysqld: Shutdown complete

I moved the ib_logfile0 and ib_logfile01 to bak and start Mysql again. Now this time, it is working fine

[root@xxx mysql]# mv ib_logfile0 ib_logfile0-bak
[root@xxx mysql]# mv ib_logfile1 ib_logfile1-bak

S h

2voto

Hammad Asif Points 124

Lorsque j'ai été confronté à des problèmes similaires, j'ai été très frustré par le fait que mes utilisateurs voient ce message hideux qui Erreur lors de l'établissement de la connexion à la base de données . Au lieu de résoudre les problèmes exacts, j'ai trouvé ce repo fonctionne comme un charme pour moi (temporairement). Après cela, j'ai été débogué par mon ami et il a juste ajusté mon serveur avec quelques changements de configuration. Mais j'ai quand même ajouté ce script à ma crontab toutes les 10 minutes et je vérifie ensuite si le serveur est planté (qui dans mon cas est planté à chaque fois que je lance VNCServer sur mon serveur) et je le redémarre.

1voto

Vishal Patel Points 378

J'ai trouvé des ajouts de réponses sur cette discussion et cela a fonctionné pour moi : https://www.digitalocean.com/community/questions/mysql-server-keeps-stopping-unexpectedly?answer=26016

il faut faire les deux innodb_buffer_pool_size à quelque chose de raisonnable comme 32M sur my.conf en /etc/mysql/my.cnf Il se peut que vous deviez également modifier /etc/apache2/mods-enabled/mpm_prefork.conf pour réduire le nombre de connexions lancées par Apache ;

<IfModule mpm_prefork_module>
    StartServers     3
    MinSpareServers  3
    MaxSpareServers  5
    MaxRequestWorkers 25
    MaxConnectionsPerChild  0
</IfModule>

0voto

Vivek Points 412

L'augmentation de la mémoire vive disponible par l'ajout d'un nouvel espace de pagination peut également s'avérer utile. Les étapes sont les suivantes aquí

Veillez à créer un fichier /swapfile d'une taille inférieure à l'espace disponible indiqué par

df -h

Par exemple, pour moi, le résultat de df- h était le suivant :

Filesystem      Size  Used Avail Use% Mounted on
/dev/xvda1      7.8G  1.2G  6.3G  16% /
none            4.0K     0  4.0K   0% /sys/fs/cgroup
udev            492M   12K  492M   1% /dev
tmpfs           100M  336K   99M   1% /run

J'ai donc créé en utilisant 2 G

sudo fallocate -l 2G /swapfile

Ensuite, il suffit de lancer le service

sudo /etc/init.d/mysql restart

J'espère que cela vous aidera. Tous mes vœux de réussite.

Prograide.com

Prograide est une communauté de développeurs qui cherche à élargir la connaissance de la programmation au-delà de l'anglais.
Pour cela nous avons les plus grands doutes résolus en français et vous pouvez aussi poser vos propres questions ou résoudre celles des autres.

Powered by:

X