[erlang-questions] SMP enabled or not?

Frank Goenninger frgo@REDACTED
Sun Jul 24 13:40:37 CEST 2011


Am 24.07.2011 um 12:42 schrieb Sam Elliott:

> try
> 
> 1> erlang:system_info(logical_processors).
> 2
> 
> That got me the right thing on my mbp when logical_processors_available wasn't. Maybe also try:
> 
> 2> erlang:system_info(logical_processors_online).
> 2

Cool! Works!

Thanks.

Frank




More information about the erlang-questions mailing list