ejabberd - Comments for "erlang goes to a barber" https://www.ejabberd.im/node/203 en Check the new ejabberd installer for Linux https://www.ejabberd.im/node/203#comment-563 <p>You can look at the new ejabberd installer for Linux-x86. It includes the minimum part of Erlang/OTP required to run ejabberd. It's less than 5 MB of download. There you will find the required OTP libraries.</p> Fri, 17 Jun 2005 14:12:06 +0000 mfoss comment 563 at https://www.ejabberd.im why can't i read ;) https://www.ejabberd.im/node/203#comment-429 <p>OK my last comment was not very clever ;) Yet still I've got to ask one question: are there any dependencies between the libreries in the erlang/lib directory? So when I can be sure that when I remove those once which I don't find mentioned in the ejabberd sources others will still work fine.</p> Thu, 05 May 2005 17:07:25 +0000 steelman comment 429 at https://www.ejabberd.im nice shot https://www.ejabberd.im/node/203#comment-415 <p>Greetings badlop.</p> <p>Thanks a lot :) That is good yet still it is "only" about 1/3 of all 80MB. Does ejabberd really need the other 48MB?</p> Sat, 30 Apr 2005 08:11:11 +0000 steelman comment 415 at https://www.ejabberd.im try disabling megaco https://www.ejabberd.im/node/203#comment-414 <p><a href="http://www.erlang.org/">Open Source Erlang</a> includes Erlang + OTP (a lot of libraries). Almost all the space (96.6%) is on OTP. You can try to disable all the libraries not required by ejabberd, but since most of them are less than two megs, maybe you prefer to just remove the biggest ones: <ul> <li>megaco: 27%, 18.8 MB </li><li>hipe: 6.2%, 4.3 MB </li><li>snmp: 4.8%, 3.3 MB </li></ul> </p> <p>How did i see if a library is required or not: <pre>find ejabberd/src/ | xargs grep "megaco"</pre> </p> <p>How to disable a library: <ul> <li>If it's possible: ./configure --disable-megaco </li><li>If not, remove the reference to that lib on lib/Makefile </li></ul></p> Sat, 30 Apr 2005 07:48:55 +0000 mfoss comment 414 at https://www.ejabberd.im