Skip to content

Commit

Permalink
change deafult thread num (#2590)
Browse files Browse the repository at this point in the history
Co-authored-by: chejinge <chejinge@360.cn>
  • Loading branch information
chejinge and brother-jin committed Apr 10, 2024
1 parent b02f545 commit 74c535f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conf/pika.conf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thread-pool-size : 12

# Size of the low level thread pool, The threads within this pool
# are dedicated to handling slow user requests.
slow-cmd-thread-pool-size : 4
slow-cmd-thread-pool-size : 1

# Slow cmd list e.g. hgetall, mset
slow-cmd-list :
Expand Down Expand Up @@ -363,7 +363,7 @@ max-bytes-for-level-multiplier : 10
slotmigrate : no

# slotmigrate thread num
slotmigrate-thread-num : 8
slotmigrate-thread-num : 1

# thread-migrate-keys-num 1/8 of the write_buffer_size_
thread-migrate-keys-num : 64
Expand Down

0 comments on commit 74c535f

Please sign in to comment.