Skip to content

Instantly share code, notes, and snippets.

View carusyte's full-sized avatar

Jonathan Zhang carusyte

View GitHub Profile
@carusyte
carusyte / my.cnf
Last active March 19, 2020 09:25
A sample of tuned MySQL configuration based on Alienware Area51m model, i9, 8CPU/16 Threads, 64G RAM, 1T nvme
# For advice on how to change settings please see
# http://dev.mysql.com/doc/refman/8.0/en/server-configuration-defaults.html
[mysqld]
wait_timeout = 28800
interactive_timeout = 28800
max_allowed_packet=256M
max_connections=1024