Skip to content

Commit

Permalink
Update minimum sieve size
Browse files Browse the repository at this point in the history
  • Loading branch information
kimwalisch committed Dec 1, 2022
1 parent 02e02f1 commit 2ac2eb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/primesieve.txt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ OPTIONS
Quiet mode, prints less output.

*-s, --size*='SIZE'::
Set the size of the sieve array in KiB, 8 \<= 'SIZE' \<= 8192. By default
Set the size of the sieve array in KiB, 16 \<= 'SIZE' \<= 8192. By default
primesieve uses a sieve size that matches your CPU's L1 cache size (per
core) or is slightly smaller than your CPU's L2 cache size. This setting is
crucial for performance, on exotic CPUs primesieve sometimes fails to
Expand Down

0 comments on commit 2ac2eb9

Please sign in to comment.