Skip to content

Commit a99ac26

Browse files
Update README.md
1 parent 79feba5 commit a99ac26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The goal of this project is to use Elixir and the actor model to build a good so
1111

1212
## Size of the work unit
1313

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().
1515

1616
## Sample Output
1717

0 commit comments

Comments
 (0)