I am trying to run an application from my MariadDB installation, that needs a larger value for innodb_log_file_size. So I have set it to innodb_log_file_size=256M in /etc/my.cnf.d/server.cnf.
Now when I check for the set size with show variables like 'innodb_buffer%'; it tells me that the size is 134217728 which is 128M. So it doesn't seem to acknowledge my change...
Funny enough though, when I run my application (which is Rancher by the way), the iblogfiles are instantiated with a size of 256M.
Can anybody tell me why this is the case? My application doesn't seem to work properly and I'm not quite sure whether this is related...