bump grib decoder threads to 8; split to 4
Former-commit-id:a3fdef38b9
[formerlybd23d82443
] [formerly d93d861fb0b91105b2529fc0894f9dc2089cfa54 [formerly0973c23ee0
]] Former-commit-id: 307d74c11b1f768d09e13f281f9dfa79df185532 [formerly99558a146c
] Former-commit-id:adc121e5ba
This commit is contained in:
parent
4ede6d34e9
commit
69ff01c94c
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