This issue can be resolved by setting the higher values for the MySQL variable innodb_buffer_pool_size. The default value for innodb_buffer_pool_size will be 8,388,608.
To change the settings value for innodb_buffer_pool_size please see the below set.
- Locate the file
my.cnffrom the server. For Linux servers this will be mostly at/etc/my.cnf - Add the line
innodb_buffer_pool_size=64MBto this file - Restart the MySQL server
To restart the MySQL server, you can use anyone of the below 2 options:
- service mysqld restart
- /etc/init.d/mysqld restart
Reference The total number of locks exceeds the lock table size