Check Out-of-memory conditions in server logs
Output, indicating service was killed due to OOM
CentOS 7
journalctl --no-pager --priority=err --dmesg | grep "Out of memory"
CentOS 8 , Almalinux
journalctl --no-pager --priority=err --dmesg --grep="Out of memory"