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
(cherry picked from commit
c8bacd45f17d2ae6f6d05c8cff538dd651f683a6)
load = res_sorcery_memory.so
load = res_sorcery_realtime.so
load = res_timing_timerfd.so
+
+; Don't load res_hep.so and kin unless you are using hep monitoring in your network
+
+noload = res_hep.so
+noload = res_hep_pjsip.so
+noload = res_hep_rtcp.so
noload => chan_alsa.so
;noload => chan_oss.so
noload => chan_console.so
+
+noload => res_hep.so
+noload => res_hep_pjsip.so
+noload => res_hep_rtcp.so
;