Fixing Magento warning MySQL innodb_buffer_pool_size
While checking the Magento log files of a Magento instance we recently migrated, I came across the following MySQL warning:
Memory size allocated for the temporary table is more than 20% of innodb_buffer_pool_size. Please update innodb_buffer_pool_size
or decrease batch size value (which decreases memory usages for the temporary table).
Current batch size: 417; Allocated memory size: 40032000 bytes; InnoDB buffer pool size: 134217728 bytes.