Skip to content

Commit

Permalink
feat: update config for tcmalloc release memory optimization (#433)
Browse files Browse the repository at this point in the history
  • Loading branch information
hycdong authored and wutao1 committed Dec 2, 2019
1 parent 35cbda4 commit 00ff3da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/server/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@
;; WARNING: memory release may incur major performance downgrade when inproperly configured.
;; ensure this feature is only enabled when it's necessary.
mem_release_enabled = false
mem_release_interval_ms = 86400000
mem_release_check_interval_ms = 3600000
mem_release_max_reserved_mem_percentage = 10

lb_interval_ms = 10000

Expand Down

0 comments on commit 00ff3da

Please sign in to comment.