Skip to content

Commit

Permalink
wikireplicas: Set innodb_purge_threads to 10
Browse files Browse the repository at this point in the history
labsdb1011 is struggling to keep up with innodb updates. Increase
the parallelism on purges so it can happen on 10 parallel threads.
Otherwise, it is so loaded, that single thread cannot handle it,
leading to 1 billion of pending purges.

Bug: T247978
Change-Id: I1e782844594760c79f2b07be277f21779999977c
  • Loading branch information
jynus authored and marostegui committed Apr 27, 2020
1 parent bc9a9a9 commit 9ee8ff5
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -81,6 +81,7 @@ innodb_stats_sample_pages = 16
innodb_stats_method = nulls_unequal
innodb_file_format = barracuda
innodb_strict_mode = 1
innodb_purge_threads = 10

# dump and load innodb buffer at start and stop
innodb_buffer_pool_load_at_startup = 1
Expand Down

0 comments on commit 9ee8ff5

Please sign in to comment.