mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Add api for tcmalloc
This commit is contained in:
parent
574ae58adc
commit
35a037cf05
8 changed files with 138 additions and 4 deletions
|
@ -105,6 +105,12 @@ inotify_auto_reload off;
|
|||
# default: on
|
||||
auto_reload_for_docker on;
|
||||
|
||||
# For tcmalloc, the release rate.
|
||||
# @see https://gperftools.github.io/gperftools/tcmalloc.html
|
||||
# @remark Should run configure --with-gperf
|
||||
# default: 0.8
|
||||
tcmalloc_release_rate 0.8;
|
||||
|
||||
#############################################################################################
|
||||
# heartbeat/stats sections
|
||||
#############################################################################################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue