diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/.classpath b/edexOsgi/com.raytheon.edex.plugin.grib/.classpath index 751c8f2e50..a55ffc7b0a 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/.classpath +++ b/edexOsgi/com.raytheon.edex.plugin.grib/.classpath @@ -1,6 +1,7 @@ + diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml index 34c2867963..a4065fc62b 100644 --- a/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml +++ b/edexOsgi/com.raytheon.edex.plugin.grib/res/spring/grib-decode.xml @@ -15,10 +15,14 @@ factory-bean="jmsConfig" factory-method="copy"> + + + + - - + + @@ -71,7 +75,7 @@ - + grid diff --git a/edexOsgi/com.raytheon.edex.plugin.grib/resources/com.raytheon.edex.plugin.grib.properties b/edexOsgi/com.raytheon.edex.plugin.grib/resources/com.raytheon.edex.plugin.grib.properties new file mode 100644 index 0000000000..d1237fd3db --- /dev/null +++ b/edexOsgi/com.raytheon.edex.plugin.grib/resources/com.raytheon.edex.plugin.grib.properties @@ -0,0 +1,2 @@ +# the number of grib decode threads. +grib-decode.count.threads=4 diff --git a/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/.classpath b/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/.classpath index 16d067f284..3b3d59e447 100644 --- a/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/.classpath +++ b/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/.classpath @@ -2,6 +2,7 @@ + diff --git a/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/res/spring/ncgrib-ingest.xml b/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/res/spring/ncgrib-ingest.xml index fe5b78b0eb..4321a4b32d 100644 --- a/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/res/spring/ncgrib-ingest.xml +++ b/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/res/spring/ncgrib-ingest.xml @@ -13,6 +13,10 @@ + + + + @@ -22,8 +26,8 @@ - - + + @@ -68,7 +72,7 @@ - + ncgrib diff --git a/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/resources/gov.noaa.nws.ncep.edex.plugin.ncgrib.properties b/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/resources/gov.noaa.nws.ncep.edex.plugin.ncgrib.properties new file mode 100644 index 0000000000..cb82c81237 --- /dev/null +++ b/ncep/gov.noaa.nws.ncep.edex.plugin.ncgrib/resources/gov.noaa.nws.ncep.edex.plugin.ncgrib.properties @@ -0,0 +1,2 @@ +# the number of ncgrib decode threads. +ncgrib-decode.count.threads=4 \ No newline at end of file