Skip to content

Commit

Permalink
fix mariadb restart issue (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Hansson authored Sep 23, 2017
1 parent e33c79d commit dc28ba6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/new_etc_mycnf.sh
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,8 @@ innodb_io_capacity = 400
innodb_flush_method = O_DIRECT
innodb_flush_neighbors = 0
innodb_adaptive_flushing = 1
# innodb_max_dirty_pages_pct = 0
innodb_fast_shutdown = 0
innodb_max_dirty_pages_pct = 0
innodb_fast_shutdown = 1
innodb_large_prefix=on
innodb_file_format = barracuda
innodb_doublewrite = 0
Expand Down

0 comments on commit dc28ba6

Please sign in to comment.