ui frame increase/d2d for developer.product/test file regex for obs and radar.
Former-commit-id:e3d9d5602f
[formerly7b803d9c61
] Former-commit-id:283ffab705
This commit is contained in:
parent
9d6099b450
commit
ceab543656
5 changed files with 4 additions and 77 deletions
|
@ -803,7 +803,7 @@
|
|||
commandId="com.raytheon.viz.ui.actions.setframes">
|
||||
<parameter
|
||||
name="frameCount"
|
||||
value="300">
|
||||
value="400">
|
||||
</parameter>
|
||||
</command>
|
||||
</menuContribution>
|
||||
|
|
|
@ -1,73 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?pde version="3.5"?>
|
||||
|
||||
<product name="CAVE" id="com.raytheon.viz.product.awips.CAVE" application="com.raytheon.uf.viz.application.application" useFeatures="true" includeLaunchers="true">
|
||||
|
||||
<aboutInfo>
|
||||
<image path="/com.raytheon.viz.product.awips/icons/ipr.gif"/>
|
||||
<text>
|
||||
%caveAboutText
|
||||
</text>
|
||||
</aboutInfo>
|
||||
|
||||
<configIni use="default" path="/com.raytheon.viz.product.awips/config.ini">
|
||||
</configIni>
|
||||
|
||||
<launcherArgs>
|
||||
<programArgs>-data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz -component thinclient</programArgs>
|
||||
<vmArgs>-Xmx1536M
|
||||
-XX:+UseG1GC
|
||||
-Dosgi.instance.area.readOnly=true
|
||||
-Declipse.log.enabled=false
|
||||
-Dorg.eclipse.update.reconcile=false -XX:MaxPermSize=256m
|
||||
-Dorg.eclipse.ui/KEY_CONFIGURATION_ID=com.raytheon.viz.ui.awips.scheme
|
||||
-Dqpid.dest_syntax=BURL
|
||||
-Dlogback.configurationFile=logback-viz-core-developer.xml
|
||||
-Dlogback.statusListenerClass=com.raytheon.uf.common.status.logback.UFLogbackInternalStatusListener
|
||||
-Dthrift.stream.maxsize=200
|
||||
-Dviz.memory.warn.threshold=99
|
||||
-Dorg.eclipse.swt.internal.gtk.cairoGraphics=false
|
||||
-Dhttps.certificate.check=false
|
||||
-XX:MaxDirectMemorySize=1G
|
||||
-XX:+UnlockExperimentalVMOptions
|
||||
-XX:G1HeapRegionSize=4M
|
||||
-XX:InitiatingHeapOccupancyPercent=25
|
||||
-XX:G1MixedGCCountTarget=16
|
||||
-XX:G1MixedGCLiveThresholdPercent=25
|
||||
-XX:G1OldCSetRegionThresholdPercent=25
|
||||
-XX:G1HeapWastePercent=5</vmArgs>
|
||||
<vmArgsWin>-Dfile.encoding=UTF-8</vmArgsWin>
|
||||
</launcherArgs>
|
||||
|
||||
<windowImages/>
|
||||
|
||||
<splash
|
||||
location="com.raytheon.viz.ui.personalities.awips"
|
||||
startupProgressRect="3,234,413,13"
|
||||
startupMessageRect="7,252,445,20"
|
||||
startupForegroundColor="000000" />
|
||||
<launcher name="cave">
|
||||
<solaris/>
|
||||
<win useIco="false">
|
||||
<bmp/>
|
||||
</win>
|
||||
</launcher>
|
||||
|
||||
<vm>
|
||||
<windows include="true">jdk1.6.0</windows>
|
||||
</vm>
|
||||
|
||||
<plugins>
|
||||
</plugins>
|
||||
|
||||
<features>
|
||||
<feature id="com.raytheon.viz.feature.awips" version="1.9.0.qualifier"/>
|
||||
<feature id="com.raytheon.viz.feature.awips.developer" version="1.9.0.qualifier"/>
|
||||
</features>
|
||||
|
||||
<configurations>
|
||||
<plugin id="com.raytheon.uf.viz.spring.dm" autoStart="true" startLevel="0" />
|
||||
<plugin id="org.eclipse.core.runtime" autoStart="true" startLevel="4" />
|
||||
</configurations>
|
||||
|
||||
</product>
|
|
@ -14,7 +14,7 @@
|
|||
</configIni>
|
||||
|
||||
<launcherArgs>
|
||||
<programArgs>-perspective NCP -data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz</programArgs>
|
||||
<programArgs>-data @user.home/caveData -user @user.home/caveData -clean -consoleLog -alertviz</programArgs>
|
||||
<vmArgs>-Xmx1536M
|
||||
-XX:+UseG1GC
|
||||
-Dosgi.instance.area.readOnly=true
|
||||
|
@ -53,12 +53,10 @@
|
|||
</win>
|
||||
</launcher>
|
||||
|
||||
|
||||
<vm>
|
||||
<windows include="true">jdk1.6.0</windows>
|
||||
</vm>
|
||||
|
||||
|
||||
<plugins>
|
||||
</plugins>
|
||||
|
||||
|
|
|
@ -20,4 +20,5 @@
|
|||
-->
|
||||
<requestPatterns xmlns:ns2="group">
|
||||
<regex>^S[AP].*</regex>
|
||||
<regex>.*sao.*</regex>
|
||||
</requestPatterns>
|
||||
|
|
|
@ -21,4 +21,5 @@
|
|||
<requestPatterns >
|
||||
<regex>^SDUS[234578]. .*</regex>
|
||||
<regex>^Level2_.*</regex>
|
||||
<regex>^Level3_.*</regex>
|
||||
</requestPatterns>
|
||||
|
|
Loading…
Add table
Reference in a new issue