Guest User

Untitled

a guest
May 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. # Performance hacks:
  2. innodb_flush_method=nosync
  3. innodb_flush_log_at_trx_commit=0
  4. innodb_support_xa = false
  5. innodb_log_buffer_size = 8388608
  6. innodb_log_file_size = 67108864
Add Comment
Please, Sign In to add comment