Hello,
Tonight was the second time databases/mariadb-server and Java (textproc/opensearch) was killed, and I can't figure out why?
I have about 15Gb hard drive space left, and about 1/4 RAM left when the server is working hard.
Could it be a memory leakage using up the RAM hastily?
The FreeBSD 13.2-RELEASE-p4 server is running on a VM Ware VPS.
/var/log/messages
/var/log/dmesg.today
/var/log/mysql/mysqld.err
No errors, just logging a startup after spawning shortly after.
/var/log/opensearch/opensearch.log
No errors, didn't respawn, killed and dead.
This is over my head,
Thanks,
Tonight was the second time databases/mariadb-server and Java (textproc/opensearch) was killed, and I can't figure out why?
I have about 15Gb hard drive space left, and about 1/4 RAM left when the server is working hard.
Could it be a memory leakage using up the RAM hastily?
The FreeBSD 13.2-RELEASE-p4 server is running on a VM Ware VPS.
/var/log/messages
Code:
Oct 12 03:05:40 srv06 kernel: pid 65135 (java), jid 0, uid 855, was killed: a thread waited too long to allocate a page
Oct 12 03:06:58 srv06 kernel: pid 16625 (mariadbd), jid 0, uid 88, was killed: a thread waited too long to allocate a page
/var/log/dmesg.today
Code:
pid 65135 (java), jid 0, uid 855, was killed: a thread waited too long to allocate a page
pid 16625 (mariadbd), jid 0, uid 88, was killed: a thread waited too long to allocate a page
/var/log/mysql/mysqld.err
No errors, just logging a startup after spawning shortly after.
/var/log/opensearch/opensearch.log
No errors, didn't respawn, killed and dead.
This is over my head,
Thanks,