<div dir="ltr"><div>Ehsan,</div><div><br></div>While I haven&#39;t personally run heavy load FS instances in containers yet (only testing), I can&#39;t see a reason this would be a problem. Docker containers are just glorified Linux cgroups, and have virtually zero measurable overhead - especially so if you&#39;re not actually using CPU/memory limitations.<div><br></div><div>A couple of things to consider:</div><div>Given that FS is likely to use a lot of bandwidth, you&#39;re probably best off using host networking if possible (avoids significant numbers of iptables rules or userland proxies on older version of docker). This will also help avoid ugliness with getting FS to properly handle the local Docker bridge IP.</div><div>Local disk I/O <i>will</i><b style="font-style:italic"> </b>be slower in Docker, but how much so largely depends on on which storage driver you use. That said, if you&#39;re considering putting FS in Docker I assume you&#39;re likely not doing local disk I/O in FS anyway.</div><div><br></div><div><div>Hopefully that&#39;s helpful.</div></div><div><br></div><div>Best,</div><div>Colin</div></div><br><div class="gmail_quote"><div dir="ltr">On Sat, Oct 15, 2016 at 1:22 PM Ehsan Minachi &lt;<a href="mailto:ehsanminachi@gmail.com">ehsanminachi@gmail.com</a>&gt; wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello all,<br class="gmail_msg">
<br class="gmail_msg">
We’ve containerized our infrastructure. The only piece left is FreeSWITCH which we’re hesitant. Has anyone run FreeSWITCH under high load in a container? Would love to hear if there are any downsides to running FreeSWITCH in a container.<br class="gmail_msg">
<br class="gmail_msg">
Thank you,<br class="gmail_msg">
<br class="gmail_msg">
- Ehsan<br class="gmail_msg">
_________________________________________________________________________<br class="gmail_msg">
Professional FreeSWITCH Consulting Services:<br class="gmail_msg">
<a href="mailto:consulting@freeswitch.org" class="gmail_msg" target="_blank">consulting@freeswitch.org</a><br class="gmail_msg">
<a href="http://www.freeswitchsolutions.com" rel="noreferrer" class="gmail_msg" target="_blank">http://www.freeswitchsolutions.com</a><br class="gmail_msg">
<br class="gmail_msg">
Official FreeSWITCH Sites<br class="gmail_msg">
<a href="http://www.freeswitch.org" rel="noreferrer" class="gmail_msg" target="_blank">http://www.freeswitch.org</a><br class="gmail_msg">
<a href="http://confluence.freeswitch.org" rel="noreferrer" class="gmail_msg" target="_blank">http://confluence.freeswitch.org</a><br class="gmail_msg">
<a href="http://www.cluecon.com" rel="noreferrer" class="gmail_msg" target="_blank">http://www.cluecon.com</a><br class="gmail_msg">
<br class="gmail_msg">
FreeSWITCH-users mailing list<br class="gmail_msg">
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org" class="gmail_msg" target="_blank">FreeSWITCH-users@lists.freeswitch.org</a><br class="gmail_msg">
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br class="gmail_msg">
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" rel="noreferrer" class="gmail_msg" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br class="gmail_msg">
<a href="http://www.freeswitch.org" rel="noreferrer" class="gmail_msg" target="_blank">http://www.freeswitch.org</a></blockquote></div>