bump grib decoder threads to 8; split to 4
Former-commit-id: 0973c23ee0
This commit is contained in:
parent
68793205ea
commit
99558a146c
1 changed files with 3 additions and 3 deletions
|
@ -1,9 +1,9 @@
|
|||
# the number of grib decode threads.
|
||||
grib-decode.count.threads=4
|
||||
grib-decode.count.threads=8
|
||||
# the number of grib split threads.
|
||||
grib-split.count.threads=2
|
||||
grib-split.count.threads=4
|
||||
# Maximum number of grid points to decode at one time for all threads. Large
|
||||
# grib files may cause the decoder to reach this limit and then some threads
|
||||
# will have to wait. This can be used to control the amount of memory used by
|
||||
# the decoder.
|
||||
grib-decode.count.gridpoints=6000000
|
||||
grib-decode.count.gridpoints=6000000
|
||||
|
|
Loading…
Add table
Reference in a new issue