awips2/cave/com.raytheon.viz.gfe/res/spring/gfe.xml
Sarah Pontius 2a96302bfb VLab Issue #5001 - HLS/TCV files for OPG Oct-2014; fixes #5001
Change-Id: I4018168e958a75ff7db3dd6cfd88a4ac17947981

Former-commit-id: b7ccb5162f481e81dc50fcf63b200ab06a959cb8
2014-10-14 12:04:50 -06:00

54 lines
No EOL
2.3 KiB
XML

<beans
xmlns="http://www.springframework.org/schema/beans"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.1.xsd">
<bean id="gfeClientConfig" class="com.raytheon.viz.gfe.core.GfeClientConfig" factory-method="getInstance">
<property name="maxSaveThreads" value="3"/>
<property name="gridSaveThreshold" value="33554432"/>
<!-- threshold = 32*1024*1024 bytes (32 MB)-->
</bean>
<bean id="gfeVtecConfig" class="com.raytheon.viz.gfe.vtec.GFEVtecConfig" factory-method="getInstance">
<property name="sitesIgnoreNationalEtn">
<set>
<value>PGUM</value>
</set>
</property>
<property name="nationalEtnPhensigs">
<set>
<value>TO.A</value>
<value>SV.A</value>
<value>HU.A</value>
<value>HU.S</value>
<value>HU.W</value>
<value>TR.A</value>
<value>TR.W</value>
<value>SS.A</value>
<value>SS.W</value>
</set>
</property>
<property name="tropicalEtnPhensigs">
<set>
<value>HU.A</value>
<value>HU.S</value>
<value>HU.W</value>
<value>TR.A</value>
<value>TR.W</value>
<value>SS.A</value>
<value>SS.W</value>
</set>
</property>
</bean>
<!-- FIXME: Uncomment to re-enable cache at CAVE startup
<bean id="gfeDiskCache" class="com.raytheon.uf.common.cache.disk.DiskCache" init-method="activateCache">
<property name="name" value="GFE"/> -->
<!-- TODO: Make this an environment variable that's passed in -->
<!-- Cache directory relative to caveData/etc/workstation/${host} default is diskCache, will be followed by ${NAME}/${PID} -->
<!-- <property name="baseCacheDir" value="diskCache"/> -->
<!-- Number of grids, to always allow in memory -->
<!-- <property name="sizeMemCacheMap" value="150"/>
</bean> -->
</beans>