Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dawnmy authored Apr 21, 2022
1 parent 44e135e commit 5a21f50
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,10 +154,8 @@ optional arguments:
-t THREADS, --threads THREADS
number of threads to use. (default: 10)
--chunk_size CHUNK_SIZE
chunk_size * threads reads to process per thread.(default:
1024)
For 20M PE100 reads, when chunk_size=1024 and threads=20, each process will load
1024 reads, in total consumming ~20G memory.
chunk_size * 1024 reads to load each time.
When chunk_size=1000 and threads=20, consumming ~20G memory, better to be multiples of the number of threads.
-v, --version show program's version number and exit
```
Expand Down

0 comments on commit 5a21f50

Please sign in to comment.