awips2/edexOsgi/com.raytheon.edex.plugin.grib/resources/com.raytheon.edex.plugin.grib.properties
Ben Steffensmeier b6bf3bd4bb Issue #2402 Up grib split to 2 threads make it configureable.
Former-commit-id: b089df5ca1 [formerly d644235fe1] [formerly b089df5ca1 [formerly d644235fe1] [formerly 29e77f2e6c [formerly f3308c200407bae39175f2620559c6489aa5c788]]]
Former-commit-id: 29e77f2e6c
Former-commit-id: f82a3ee63f [formerly 4f7eca694d]
Former-commit-id: c84a96a4d9
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