Unverified Commit 678b8342 authored by Andrea Orlati's avatar Andrea Orlati Committed by GitHub
Browse files

fix issue #758: Sardara component now properly configured and also relevant...

fix issue #758: Sardara component now properly configured and also relevant container included in system boot up procedure. (#759)
parent ac4bd5e8
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -8,17 +8,17 @@
               xmlns:cdb="urn:schemas-cosylab-com:CDB:1.0"
               xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
               sender_protocols="TCP=${HOST}:14000"
               IPAddress="192.168.1.10"
               Port="10000"
               CommandLineTimeout="10000000"
               ConnectTimeout="3000000"
               IPAddress="192.168.10.10"
               Port="10001"
               CommandLineTimeout="100000000"
               ConnectTimeout="300000000"
               PropertyRefreshTime="1000000"
               Configuration="SC00"
               TimeTollerance="250000"
               RepetitionCacheTime="2000000"
               RepetitionExpireTime="5000000"
               DataPort="6001"
               DataIPAddress="192.168.1.98"            	   
               DataIPAddress="192.168.10.10"            	   
               DataLatency="3000000"
               SenderSleepTime="300000"
               SenderResponseTime="1000000"
+9 −0
Original line number Diff line number Diff line
@@ -145,6 +145,15 @@
            <remoteHost>MASTERHOST</remoteHost>
            <remoteAccount>discos</remoteAccount>
        </container>
        <container>
            <name>SardaraContainer</name>
            <type>cpp</type>
            <heapSizeMB></heapSizeMB>
            <useDedicatedSettings>true</useDedicatedSettings>
            <scriptBase>0</scriptBase>
            <remoteHost>MASTERHOST</remoteHost>
            <remoteAccount>discos</remoteAccount>
        </container>        
        <container>
            <name>XContainer</name>
            <type>cpp</type>