Hi all!
I run into problems with the memory configuration of MariaDB 10.3.27 on
Debian 10. It looks as if it exceeds the configured memory.
The server hat 4 GB of memory. It runs MariaDB and a Kopano
(Mail/Collaboration) server. The configuration I believe I have made is
2GB for MariaDB, plus 1 GB for Kopano. The rest is for reserved for the OS.
If I look at the process list, I can see that mysql greatly exceeds the
configured 2GB limit:
root@exchange64:~# ps -e -o "vsz rss pid comm" | grep mysql
4933304 1604212 852 mysqld
The virtual process size is 4.9 GB, with 1.6 GB resident in RAM