bump grib decoder threads to 8; split to 4

Former-commit-id: 0973c23ee0
This commit is contained in:
AWIPS User 2015-04-29 09:51:34 -06:00
parent 68793205ea
commit 99558a146c

View file

@ -1,7 +1,7 @@
# 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