Il 11/09/2023 17:15, Guillaume Lefranc via discuss ha scritto:
Hi Roughnecks,
Just curious but how much RAM does your VPS have? 190MB is not much but if you haven't got a lot of RAM you may want to lower some buffers... doesn't look like a bug to me.
2GB
Can you also post the output of ps -o pid,vsz,rss,comm `pgrep mariadb`
PID VSZ RSS COMMAND 832 1073640 31996 mariadbd
Also if you could post the output of following SQL queries:
show variables like 'innodb_buffer_pool_size'; show global status like 'Innodb_buffer_pool_bytes_data';
+-------------------------+-----------+ | Variable_name | Value | +-------------------------+-----------+ | innodb_buffer_pool_size | 134217728 | +-------------------------+-----------+ 1 row in set (0.014 sec) +-------------------------------+---------+ | Variable_name | Value | +-------------------------------+---------+ | Innodb_buffer_pool_bytes_data | 6832128 | +-------------------------------+---------+ 1 row in set (0.001 sec) There you go. Thanks