awips2/edexOsgi/com.raytheon.edex.plugin.grib/resources/com.raytheon.edex.plugin.grib.properties
Ben Steffensmeier d644235fe1 Issue #2402 Up grib split to 2 threads make it configureable.
Former-commit-id: f3308c200407bae39175f2620559c6489aa5c788
2013-10-15 10:59:50 -05:00

9 lines
No EOL
411 B
Properties

# the number of grib decode threads.
grib-decode.count.threads=4
# the number of grib split threads.
grib-split.count.threads=2
# 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