[Asterisk-code-review] sample configs: noload res hep.so by default (asterisk[master])

Matthew Fredrickson asteriskteam at digium.com
Wed Aug 22 10:57:09 CDT 2018


Matthew Fredrickson has uploaded this change for review. ( https://gerrit.asterisk.org/9992


Change subject: sample_configs: noload res_hep.so by default
......................................................................

sample_configs: noload res_hep.so by default

Change disables loading of res_hep.so in default installation.  Loading
res_hep has a performance impact whether it's used or not.  This disables
loading of it in sample config files.

Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0
---
M configs/basic-pbx/modules.conf
M configs/samples/modules.conf.sample
2 files changed, 5 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/9992/1

diff --git a/configs/basic-pbx/modules.conf b/configs/basic-pbx/modules.conf
index 9711745..7ec819e 100644
--- a/configs/basic-pbx/modules.conf
+++ b/configs/basic-pbx/modules.conf
@@ -108,3 +108,7 @@
 load = res_sorcery_memory.so
 load = res_sorcery_realtime.so
 load = res_timing_timerfd.so
+
+; Don't load res_hep.so unless you are using hep monitoring in your network
+
+noload = res_hep.so
diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample
index 431a0a8..c251956 100644
--- a/configs/samples/modules.conf.sample
+++ b/configs/samples/modules.conf.sample
@@ -37,4 +37,5 @@
 noload => chan_alsa.so
 ;noload => chan_oss.so
 noload => chan_console.so
+noload => res_hep.so
 ;

-- 
To view, visit https://gerrit.asterisk.org/9992
To unsubscribe, or for help writing mail filters, visit https://gerrit.asterisk.org/settings

Gerrit-Project: asterisk
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0
Gerrit-Change-Number: 9992
Gerrit-PatchSet: 1
Gerrit-Owner: Matthew Fredrickson <creslin at digium.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-code-review/attachments/20180822/48d85f0f/attachment.html>


More information about the asterisk-code-review mailing list