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: src/tune.cpp
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -947,7 +947,7 @@ void Tune::tune() {
947
947
config.write("\n -log 1000000\n");
948
948
}
949
949
if (args->workers < 2) {
950
-
config.write("\n# Running two workers sometimes gives better throughput. Autoprimenet will need to create up a second worktodo file.");
950
+
config.write("\n# Running two workers sometimes gives better throughput. AutoPrimeNet will need to create up a second worktodo file (use --num-workers 2).");
951
951
config.write("\n# -workers 2\n");
952
952
config.write("\n# Changing TAIL_KERNELS to 3 when running two workers may be better.");
0 commit comments