change innodb buffer pool size mysql / mariadb stopped working

in my case, the mariadb / mysql is 32bit, as you knew 32bit only support about 3GB RAM,
so instead of allocated 4GB,I changed it to 2GB,
works

innodb_buffer_pool_size=2G instead of 4G

You may also like...