Skip to content

MySQL custom configuration #9230

Open
Open
@akostadinov

Description

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions