You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ The goal of this project is to use Elixir and the actor model to build a good so
11
11
12
12
## Size of the work unit
13
13
14
-
The size of work unit handled by every worker process as well as the main server process varies dynamically with the number of logical processors available to the program which is determined using the command System.schedulers_online().
14
+
The size of work unit handled by every worker process as well as the main server process depends on the number of logical processors(logproc) available on the machine they are run. We spawn 2 * logproc processes/machine for mining bitcoins, where logproc is determined using the command System.schedulers_online().
0 commit comments