<div dir="ltr">smp = symmetric multiprocessing, 4:4 = 4 cores, 4 schedulers started one per core. Yes SMP is strong in this one<div>async-threads 10 = for IO offloading, increase this number with command line options if your program does a lot of disk IO and you notice underperformance.</div><div>hipe = native compiler backend and JIT</div><div>kernel-poll = more efficient socket interface, if your program does a lot of networking, you might consider setting +K as command line option</div></div><div class="gmail_extra"><br><div class="gmail_quote">2017-05-02 9:17 GMT+02:00 Arun <span dir="ltr"><<a href="mailto:arunp@utl.in" target="_blank">arunp@utl.in</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div text="#000000" bgcolor="#FFFFFF">
Hi,<br>
<br>
If I type erl on terminal I am getting a start up log as shown below<br>
<br>
*12:42:09* ~$ erl<br>
Erlang/OTP 17 [erts-6.3] [source-f9282c6] [smp:4:4]
[async-threads:10] [hipe] [kernel-poll:false]<br>
<br>
Eshell V6.3 (abort with ^G)<br>
1> <br>
<br>
Can somebody explain me, <b>[smp:4:4] [async-threads:10] [hipe]
[kernel-poll:false] </b>what are these informations indicate.?
And how to cross verify whether the symmetric multiprocessing(SMP)
is enabled or not.?<br>
<br>
Regards,<br>
Arun P<br>
</div>
<br>______________________________<wbr>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" rel="noreferrer" target="_blank">http://erlang.org/mailman/<wbr>listinfo/erlang-questions</a><br>
<br></blockquote></div><br></div>