Last active
July 31, 2024 09:42
-
-
Save Mohamed-Ghareeb/151a338d1a4af96e4fec37505af8182a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## put the options in /etc/mysql/my.cnf file | |
| ----------------------------------------------- | |
| sudo nano /etc/mysql/my.cnf && sudo service mysql restart | |
| [mysqld] | |
| innodb_buffer_pool_size = 4G | |
| innodb_log_buffer_size = 256M | |
| innodb_log_file_size = 1G | |
| innodb_write_io_threads = 16 | |
| innodb_flush_log_at_trx_commit = 0 | |
| innodb_doublewrite = 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment