You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
100 lines
3.1 KiB
XML
100 lines
3.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<Calpont Version="V1.0.0">
|
|
<Messageq>
|
|
<Dir>/var/tmp</Dir>
|
|
</Messageq>
|
|
<ExeMgr>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8601</Port>
|
|
</ExeMgr>
|
|
<JobProc>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8602</Port>
|
|
</JobProc>
|
|
<CEC1_ProcessMonitor>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8604</Port>
|
|
</CEC1_ProcessMonitor>
|
|
<CFE1_ProcessMonitor>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8608</Port>
|
|
</CFE1_ProcessMonitor>
|
|
<ProcMgr>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8606</Port>
|
|
</ProcMgr>
|
|
<CalpontConsole>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8610</Port>
|
|
</CalpontConsole>
|
|
<DDLProc>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8612</Port>
|
|
</DDLProc>
|
|
<DMLProc>
|
|
<IPAddr>127.0.0.1</IPAddr>
|
|
<Port>8614</Port>
|
|
</DMLProc>
|
|
<SystemConfig>
|
|
<SystemVersion>V1.0.0.0</SystemVersion>
|
|
<SystemDebugLevel>10</SystemDebugLevel>
|
|
<AlarmLogKept>7</AlarmLogKept>
|
|
<AlarmLogSize>64000</AlarmLogSize>
|
|
<SystemLogKept>7</SystemLogKept>
|
|
<SystemLogSize>64000</SystemLogSize>
|
|
<ServerHeartbeatPeriod>1</ServerHeartbeatPeriod>
|
|
<ServerHeartbeatCount>3</ServerHeartbeatCount>
|
|
<ProcessHeartbeatPeriod>1</ProcessHeartbeatPeriod>
|
|
<ProcessHeartbeatCount>3</ProcessHeartbeatCount>
|
|
<MemorySize>0</MemorySize>
|
|
<MemoryDictionary>33</MemoryDictionary>
|
|
<MemoryPointers>33</MemoryPointers>
|
|
<MemoryCache>34</MemoryCache>
|
|
<FPGAVersion>v1.0.0.0</FPGAVersion>
|
|
<ISMCard1>ISM</ISMCard1>
|
|
<ISMCard2>ISM</ISMCard2>
|
|
<ISMCard3>ISM</ISMCard3>
|
|
<ISMCard4>ISM</ISMCard4>
|
|
<ISMCard5>SQL</ISMCard5>
|
|
<ISMCard6>INSERT</ISMCard6>
|
|
<ISMCard7>SPARE</ISMCard7>
|
|
</SystemConfig>
|
|
<OIDManager>
|
|
<!-- XXXPAT: This is located in tmp so we all have R/W access.
|
|
It should be relocated to /usr/local/Calpont/share/oidbitmap
|
|
on the production machine-->
|
|
<OIDBitmapFile>./oidbitmap</OIDBitmapFile>
|
|
<FirstOID>4</FirstOID>
|
|
</OIDManager>
|
|
<SystemServerConfig>
|
|
<ServerName1>CFE1</ServerName1>
|
|
<ServerIPAddr1>127.0.0.1</ServerIPAddr1>
|
|
<ServerVersion1>V1.0.0.0</ServerVersion1>
|
|
<ServerCPUCriticalThreshold1>9000</ServerCPUCriticalThreshold1>
|
|
<ServerCPUMajorThreshold1>8000</ServerCPUMajorThreshold1>
|
|
<ServerCPULowThreshold1>7000</ServerCPULowThreshold1>
|
|
<ServerCPULowClearThreshold1>6000</ServerCPULowClearThreshold1>
|
|
<ServerSerialNum1>0</ServerSerialNum1>
|
|
<ServerName2>CEC1</ServerName2>
|
|
<ServerIPAddr2>127.0.0.1</ServerIPAddr2>
|
|
<ServerVersion2>V1.0.0.0</ServerVersion2>
|
|
<ServerSerialNum2>0</ServerSerialNum2>
|
|
<ServerCPUCriticalThreshold2>9000</ServerCPUCriticalThreshold2>
|
|
<ServerCPUMajorThreshold2>8000</ServerCPUMajorThreshold2>
|
|
<ServerCPULowThreshold2>7000</ServerCPULowThreshold2>
|
|
<ServerCPULowClearThreshold2>6000</ServerCPULowClearThreshold2>
|
|
</SystemServerConfig>
|
|
<SessionManager>
|
|
<MaxConcurrentTransactions>1000</MaxConcurrentTransactions>
|
|
<SharedMemoryTmpFile>/tmp/CalpontShm</SharedMemoryTmpFile>
|
|
</SessionManager>
|
|
<VersionBuffer>
|
|
<NumVersionBufferFiles>4</NumVersionBufferFiles>
|
|
<VersionBufferFileSize>500000000</VersionBufferFileSize>
|
|
<VersionBufferOID0>0</VersionBufferOID0>
|
|
<VersionBufferOID1>1</VersionBufferOID1>
|
|
<VersionBufferOID2>2</VersionBufferOID2>
|
|
<VersionBufferOID3>3</VersionBufferOID3>
|
|
</VersionBuffer>
|
|
</Calpont>
|