ejabberd - Comments for "Making ejabberd utilize multiple cores." https://www.ejabberd.im/node/2877 en Yes. Also configurable in ejabberdctl.cfg https://www.ejabberd.im/node/2877#comment-51919 <div class="quote-msg"> <div class="quote-author"><em>dS_Jeffrey</em> wrote:</div> <p>looks like -smp is what i was looking for.</p></div> <p>Yes. And if you use the ejabberdctl command line script included in ejabberd 2.0.0, you can configure Erlang's SMP in ejabberdctl.cfg</p> <pre># SMP: SMP support ([enable|auto|disable]) # # Explanation in Erlang/OTP documentation: # enable: starts the Erlang runtime system with SMP support enabled. # This may fail if no runtime system with SMP support is available. # auto: starts the Erlang runtime system with SMP support enabled if it # is available and more than one logical processor are detected. # disable: starts a runtime system without SMP support. # # Default: auto # #SMP=auto</pre> Mon, 03 Mar 2008 00:22:21 +0000 mfoss comment 51919 at https://www.ejabberd.im looks like -smp is what i https://www.ejabberd.im/node/2877#comment-51910 <p>looks like -smp is what i was looking for.</p> Sat, 01 Mar 2008 16:08:31 +0000 dS_Jeffrey comment 51910 at https://www.ejabberd.im Possibly I overlooked https://www.ejabberd.im/node/2877#comment-51909 <p>Possibly I overlooked something, and i know erlang must be compiled allowing smp support, but does ejabberd utilize this by default or do flags need to be enabled when starting ejabberd.</p> Sat, 01 Mar 2008 15:29:17 +0000 dS_Jeffrey comment 51909 at https://www.ejabberd.im