mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the memory watcher.
This commit is contained in:
parent
ca535fdb93
commit
573495a19f
4 changed files with 13 additions and 2 deletions
|
@ -211,6 +211,11 @@ void check_macro_features()
|
|||
#warning "current branch is not stable, please use stable branch instead."
|
||||
srs_warn("SRS %s is not stable, please use stable branch %s instead", RTMP_SIG_SRS_VERSION, VERSION_STABLE_BRANCH);
|
||||
#endif
|
||||
|
||||
#ifdef SRS_MEM_WATCH
|
||||
#warning "srs memory watcher will hurts performance. user should kill by SIGTERM or init.d script."
|
||||
srs_warn("srs memory watcher will hurts performance. user should kill by SIGTERM or init.d script.");
|
||||
#endif
|
||||
|
||||
#if defined(SRS_AUTO_STREAM_CASTER)
|
||||
#warning "stream caster is experiment feature."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue