Release : All supported environments
Component : CA Application Test
MySQL runs out of locks, which for an InnoDB database occurs when the buffer pool is full
This is not a DEVTEST issue.
You can fix this by increasing the size of the buffer pool in your MySQL database , by editng the innodb_buffer_pool_size option in my.cnf (my.ini), to set innodb_buffer_pool_size to a number higher than the default (which is typically 8M); for instance:
for example
innodb_buffer_pool_size = 256M or higher..
Then, restart MySQL,