Merhaba arkadaşlar Ubuntu 22.04 1GB Ram 1 CPU 30GB SSD özellikleri olan sunucum var. Düşük sistem olduğundan dolayı panelsiz kullanıyorum. Openlitespeed + MariaDB + PHPMyAdmin + PHP8.1 kullanıyorum performansından çok memnundum bir tane sitemi buraya taşıdım sonrasında sorunlar çıkmaya başladı. Hemen hemen günde 1 kez MariaDB kapanıyor yada çöküyor. Sunucuya girip reboot yaptığımda sorun düzeliyor ama her gün oluyor bu olay. MariaDB'ni kapandığını sitelere girdiğimde mysql sunucusuna bağlanılamadığı yazıyor oradan görüyorum. MariaDB neden sürekli çöküyor nasıl tespit edebilirim?

 systemctl status mariadb
 mariadb.service - MariaDB 10.6.12 database server
     Loaded: loaded (/lib/systemd/system/mariadb.service; enabled; vendor preset: enabled)
     Active: failed (Result: oom-kill) since Sat 2023-05-06 10:29:45 +03; 44min ago
       Docs: man:mariadbd(8)
             https://mariadb.com/kb/en/library/systemd/
    Process: 615 ExecStartPre=/usr/bin/install -m 755 -o mysql -g root -d /var/run/mysqld (code=exited, status=0/SUCCESS)
    Process: 641 ExecStartPre=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 677 ExecStartPre=/bin/sh -c [ ! -e /usr/bin/galera_recovery ] && VAR= ||   VAR=`cd /usr/bin/..; /usr/bin/galera_recovery`; [ $? -eq 0 ]   && systemctl set-environment _WSREP_START_POSITION=$VAR || exit 1 (code=exited, statu>
    Process: 754 ExecStart=/usr/sbin/mariadbd $MYSQLD_OPTS $_WSREP_NEW_CLUSTER $_WSREP_START_POSITION (code=killed, signal=KILL)
    Process: 829 ExecStartPost=/bin/sh -c systemctl unset-environment _WSREP_START_POSITION (code=exited, status=0/SUCCESS)
    Process: 832 ExecStartPost=/etc/mysql/debian-start (code=exited, status=0/SUCCESS)
   Main PID: 754 (code=killed, signal=KILL)
     Status: "Taking your SQL requests now..."
        CPU: 27.592s

May 05 20:50:45 azure mariadbd[754]: 2023-05-05 20:50:45 204 [ERROR] mariadbd: Table './xxxxxx/wp_litespeed_img_optm' is marked as crashed and should be repaired
May 05 20:50:45 azure mariadbd[754]: 2023-05-05 20:50:45 204 [Warning] Checking table:   './xxxxxx /wp_litespeed_img_optm'
May 05 20:50:45 azure mariadbd[754]: 2023-05-05 20:50:45 207 [ERROR] mariadbd: Table './xxxxxx /wp_options' is marked as crashed and should be repaired
May 05 20:50:45 azure mariadbd[754]: 2023-05-05 20:50:45 207 [Warning] Checking table:   './xxxxxx /wp_options'
May 05 20:50:46 azure mariadbd[754]: 2023-05-05 20:50:46 234 [ERROR] mariadbd: Table './yyyyyyy/wp_options' is marked as crashed and should be repaired
May 05 20:50:46 azure mariadbd[754]: 2023-05-05 20:50:46 234 [Warning] Checking table:   './yyyyyyy /wp_options'
May 06 10:29:45 azure systemd[1]: mariadb.service: A process of this unit has been killed by the OOM killer.
May 06 10:29:45 azure systemd[1]: mariadb.service: Main process exited, code=killed, status=9/KILL
May 06 10:29:45 azure systemd[1]: mariadb.service: Failed with result 'oom-kill'.
May 06 10:29:45 azure systemd[1]: mariadb.service: Consumed 27.592s CPU time.