Mon serveur YunoHost
Matériel: Vm chez FAI associatif
Version de YunoHost: 11.1.21.4 (stable)
**J’ai accès à mon serveur :**En SSH | Par la webadmin
Êtes-vous dans un contexte particulier ou avez-vous effectué des modificiations particulières sur votre instance ? : non
Si oui, expliquer: -
Description du problème
Hello,
Mon service mysql crash tous les qq jours. Sur ce serveur, j’ai 2 apps installée (1 seul utilisateur) :
- Nextcloud
- Syncthing
Dans le journalctl
du service, depuis la webadmin, j’ai très peu d’info :
journalctl
-- Journal begins at Wed 2023-04-12 09:21:55 UTC, ends at Tue 2023-07-11 10:41:50 UTC. --
-- No entries --
A l’aide de @tituspijean , j’ai observé ça :
$ sudo grep Killed -ri /var/log/{syslog,daemon}*
:
/var/log/syslog:Jul 2 08:20:59 [server] dovecot: log(765): Warning: Killed with signal 15 (by pid=1 uid=0 code=kill)
/var/log/syslog:Jul 2 08:41:54 [server] kernel: [2908189.731887] Out of memory: Killed process 935324 (mariadbd) total-vm:1092716kB, anon-rss:255776kB, file-rss:0kB, shmem-rss:0kB, UID:109 pgtables:680kB oom_score_adj:0
/var/log/syslog:Jul 2 08:41:54 [server] systemd[1]: mariadb.service: A process of this unit has been killed by the OOM killer.
/var/log/syslog:Jul 2 08:41:54 [server] systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL
/var/log/syslog.1:Jul 1 20:23:06 [server] kernel: [2863862.366392] Out of memory: Killed process 570761 (mariadbd) total-vm:1085268kB, anon-rss:155392kB, file-rss:0kB, shmem-rss:0kB, UID:109 pgtables:472kB oom_score_adj:0
/var/log/syslog.1:Jul 1 20:23:07 [server] systemd[1]: mariadb.service: A process of this unit has been killed by the OOM killer.
/var/log/syslog.1:Jul 1 20:23:08 [server] systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL
/var/log/daemon.log:Jul 2 08:41:54 [server] systemd[1]: mariadb.service: A process of this unit has been killed by the OOM killer.
/var/log/daemon.log:Jul 2 08:41:54 [server] systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL
/var/log/daemon.log.1:Jul 1 20:23:07 [server] systemd[1]: mariadb.service: A process of this unit has been killed by the OOM killer.
/var/log/daemon.log.1:Jul 1 20:23:08 [server] systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL
→ Out of memory: Killed process 935324 (mariadbd) total-vm:1092716kB, anon-rss:255776kB, file-rss:0kB, shmem-rss:0kB, UID:109 pgtables:680kB oom_score_adj:0
De même, j’ai remarqué ça qd je fais un diag Ynh The system has 150 MiB (16%) RAM available (out of 965 MiB). Be careful.
Est-ce que ca veut dire que mon pb est lié à la quantité de RAM dispo ds ma VM (1Go), ou est-ce plutot un pb logiciel selon vous ?