bump grib decoder threads to 8; split to 4

Former-commit-id: a3fdef38b9 [formerly bd23d82443] [formerly d93d861fb0b91105b2529fc0894f9dc2089cfa54 [formerly 0973c23ee0]]
Former-commit-id: 307d74c11b1f768d09e13f281f9dfa79df185532 [formerly 99558a146c]
Former-commit-id: adc121e5ba
This commit is contained in:
AWIPS User 2015-04-29 09:51:34 -06:00
parent 4ede6d34e9
commit 69ff01c94c

View file

@ -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