You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Need information how to apply custom MySQL server configuration to the cimg/mysql image.
My observation is that mysql takes 500+ MB of RAM for a mostly empty test database. This is too much and causes OOM in tests where also chrome, redis, memcached and manticore are run at the same time. And MySQL is the biggest memory user (except chrome).
I read that some options like table_definition_cache = 400 may help significantly reduce its footprint. So wanted to try. But I see no way to apply such options.
Missing Information
Need information how to apply custom MySQL server configuration to the
cimg/mysql
image.My observation is that mysql takes 500+ MB of RAM for a mostly empty test database. This is too much and causes OOM in tests where also chrome, redis, memcached and manticore are run at the same time. And MySQL is the biggest memory user (except chrome).
I read that some options like
table_definition_cache = 400
may help significantly reduce its footprint. So wanted to try. But I see no way to apply such options.Already Looked
https://circleci.com/docs/databases/
https://circleci.com/developer/images/image/cimg/mysql#how-this-image-works
Potential Locations
both of the above
The text was updated successfully, but these errors were encountered: