<p>Matthew Fredrickson has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.asterisk.org/9992">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sample_configs: noload res_hep.so by default<br><br>Change disables loading of res_hep.so in default installation.  Loading<br>res_hep has a performance impact whether it's used or not.  This disables<br>loading of it in sample config files.<br><br>Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0<br>---<br>M configs/basic-pbx/modules.conf<br>M configs/samples/modules.conf.sample<br>2 files changed, 5 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.asterisk.org:29418/asterisk refs/changes/92/9992/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/configs/basic-pbx/modules.conf b/configs/basic-pbx/modules.conf</span><br><span>index 9711745..7ec819e 100644</span><br><span>--- a/configs/basic-pbx/modules.conf</span><br><span>+++ b/configs/basic-pbx/modules.conf</span><br><span>@@ -108,3 +108,7 @@</span><br><span> load = res_sorcery_memory.so</span><br><span> load = res_sorcery_realtime.so</span><br><span> load = res_timing_timerfd.so</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+; Don't load res_hep.so unless you are using hep monitoring in your network</span><br><span style="color: hsl(120, 100%, 40%);">+</span><br><span style="color: hsl(120, 100%, 40%);">+noload = res_hep.so</span><br><span>diff --git a/configs/samples/modules.conf.sample b/configs/samples/modules.conf.sample</span><br><span>index 431a0a8..c251956 100644</span><br><span>--- a/configs/samples/modules.conf.sample</span><br><span>+++ b/configs/samples/modules.conf.sample</span><br><span>@@ -37,4 +37,5 @@</span><br><span> noload => chan_alsa.so</span><br><span> ;noload => chan_oss.so</span><br><span> noload => chan_console.so</span><br><span style="color: hsl(120, 100%, 40%);">+noload => res_hep.so</span><br><span> ;</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.asterisk.org/9992">change 9992</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.asterisk.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.asterisk.org/9992"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: asterisk </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I5ec150cf941634fabc72973e5bf1a965cb0ef9d0 </div>
<div style="display:none"> Gerrit-Change-Number: 9992 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Matthew Fredrickson <creslin@digium.com> </div>