Commit e3f818d
authored
increase max concurrency to 50 (#203)
### Notes
Tested concurrency settings with a 2500 page PDF.
Notes on various settings:
15 threads: 29 minutes
50 threads: 11 minutes
150 threads: 5 minutes
Memory usage:
15 threads:
Partition of a set of 530464 objects. Total size = 150187404 bytes.
(~150MB)
50 threads:
Partition of a set of 530606 objects. Total size = 150206646 bytes.
(~150MB)
150 threads:
Partition of a set of 530654 objects. Total size = 150221029 bytes.
(~150MB)
For now proposing we increase this to a max of 50. We can always keep
increasing later.1 parent 99c6385 commit e3f818d
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
44 | | - | |
| 43 | + | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
0 commit comments