-
Notifications
You must be signed in to change notification settings - Fork 0
/
ospl-6.10.4-shmem-final.xml
126 lines (126 loc) · 4.21 KB
/
ospl-6.10.4-shmem-final.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
<OpenSplice>
<Domain>
<Name>ospl_sp_ddsi</Name>
<Id>0</Id>
<Description>Federated deployment using shared-memory and standard DDSI networking.</Description>
<Database>
<Size>104857600</Size>
</Database>
<Service name="ddsi2">
<Command>ddsi2</Command>
</Service>
<Service name="durability">
<Command>durability</Command>
</Service>
<Service enabled="false" name="cmsoap">
<Command>cmsoap</Command>
</Service>
<ResourceLimits>
<MaxSamples>
<WarnAt>50000</WarnAt>
</MaxSamples>
</ResourceLimits>
<Daemon>
<shmMonitor>
<Scheduling>
<Class>Default</Class>
<Priority>0</Priority>
</Scheduling>
<StackSize>6000000</StackSize>
</shmMonitor>
<Watchdog>
<Scheduling>
<Class>Default</Class>
<Priority>0</Priority>
</Scheduling>
<StackSize>6000000</StackSize>
</Watchdog>
<KernelManager>
<Scheduling>
<Class>Default</Class>
<Priority>0</Priority>
</Scheduling>
<StackSize>6000000</StackSize>
</KernelManager>
<GarbageCollector>
<Scheduling>
<Class>Default</Class>
<Priority>0</Priority>
</Scheduling>
<StackSize>6000000</StackSize>
</GarbageCollector>
<ResendManager>
<Scheduling>
<Class>Default</Class>
<Priority>0</Priority>
</Scheduling>
<StackSize>6000000</StackSize>
</ResendManager>
<Heartbeat>
<Scheduling>
<Class>Default</Class>
<Priority>0</Priority>
</Scheduling>
<StackSize>6000000</StackSize>
</Heartbeat>
</Daemon>
<Listeners>
<StackSize>6000000</StackSize>
</Listeners>
</Domain>
<DDSI2Service name="ddsi2">
<General>
<NetworkInterfaceAddress>AUTO</NetworkInterfaceAddress>
<AllowMulticast>true</AllowMulticast>
<EnableMulticastLoopback>true</EnableMulticastLoopback>
<CoexistWithNativeNetworking>false</CoexistWithNativeNetworking>
</General>
<Compatibility>
<!-- see the release notes and/or the OpenSplice configurator on DDSI interoperability -->
<StandardsConformance>lax</StandardsConformance>
<!-- the following one is necessary only for TwinOaks CoreDX DDS compatibility -->
<!-- <ExplicitlyPublishQosSetToDefault>true</ExplicitlyPublishQosSetToDefault> -->
</Compatibility>
<Discovery>
<ParticipantIndex>none</ParticipantIndex>
<DSGracePeriod>60s</DSGracePeriod>
</Discovery>
<Internal>
<Watermarks>
<WhcHigh>8MB</WhcHigh>
</Watermarks>
<DeliveryQueueMaxSamples>10000</DeliveryQueueMaxSamples>
<SquashParticipants>true</SquashParticipants>
</Internal>
</DDSI2Service>
<DurabilityService name="durability">
<!-- <ClientDurability enabled="true"/> -->
<Network>
<Alignment>
<TimeAlignment>false</TimeAlignment>
<RequestCombinePeriod>
<Initial>2.5</Initial>
<Operational>0.1</Operational>
</RequestCombinePeriod>
</Alignment>
<WaitForAttachment maxWaitCount="100">
<ServiceName>ddsi2</ServiceName>
</WaitForAttachment>
</Network>
<NameSpaces>
<NameSpace name="defaultNamespace">
<Partition>${LSST_DDS_PARTITION_PREFIX}*</Partition>
</NameSpace>
<Policy alignee="Lazy"
aligner="true"
durability="Durable"
masterPriority="${OSPL_MASTER_PRIORITY:-1}"
nameSpace="defaultNamespace"/>
</NameSpaces>
</DurabilityService>
<TunerService name="cmsoap">
<Server>
<PortNr>50000</PortNr>
</Server>
</TunerService>
</OpenSplice>