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
{{ message }}
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.
Right now, for mysql 5.7, there is no way to change my.cnf parameters when deploying. This causes mysql to use all defaults, which, least of all, is a 10MB innodb buffer pool.
Please add some common configuration parameters to the deployment service options.
Top contenders:
innodb_buffer_pool_size
innodb_log_file_size
query_cache_type (OFF/ON)
query_cache_size (limit to max of 1GB)
If not the above, then please move the /etc/mysql/ directory to a location that can be persisted so that edits to the configuration files can be maintained.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Right now, for mysql 5.7, there is no way to change my.cnf parameters when deploying. This causes mysql to use all defaults, which, least of all, is a 10MB innodb buffer pool.
Please add some common configuration parameters to the deployment service options.
Top contenders:
innodb_buffer_pool_size
innodb_log_file_size
query_cache_type (OFF/ON)
query_cache_size (limit to max of 1GB)
If not the above, then please move the /etc/mysql/ directory to a location that can be persisted so that edits to the configuration files can be maintained.
The text was updated successfully, but these errors were encountered: