Skip to content

Instantly share code, notes, and snippets.

@Mohamed-Ghareeb
Last active July 31, 2024 09:42
Show Gist options
  • Select an option

  • Save Mohamed-Ghareeb/151a338d1a4af96e4fec37505af8182a to your computer and use it in GitHub Desktop.

Select an option

Save Mohamed-Ghareeb/151a338d1a4af96e4fec37505af8182a to your computer and use it in GitHub Desktop.
## 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