blob: 6a6332da50bd051a06c320278a5a1a91adcbee7f [file] [log] [blame]
Till Westmannea8ab392013-06-05 15:17:08 -07001<!--
2 ! Copyright 2009-2013 by The Regents of the University of California
3 ! Licensed under the Apache License, Version 2.0 (the "License");
4 ! you may not use this file except in compliance with the License.
5 ! you may obtain a copy of the License from
6 !
7 ! http://www.apache.org/licenses/LICENSE-2.0
8 !
9 ! Unless required by applicable law or agreed to in writing, software
10 ! distributed under the License is distributed on an "AS IS" BASIS,
11 ! WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 ! See the License for the specific language governing permissions and
13 ! limitations under the License.
14 !-->
ramangrover29330a5412013-04-29 20:59:17 -070015<asterixConfiguration xmlns="asterixconf">
ramangrover296c282a12013-04-28 22:52:35 -070016 <metadataNode>nc1</metadataNode>
17 <store>
18 <ncId>nc1</ncId>
19 <storeDirs>nc1data</storeDirs>
20 </store>
21 <store>
22 <ncId>nc2</ncId>
23 <storeDirs>nc2data</storeDirs>
24 </store>
ramangrover2985b29522013-06-05 10:22:03 -070025 <transactionLogDir>
26 <ncId>nc1</ncId>
ramangrover29c1e32222013-06-05 12:54:07 -070027 <txnLogDirPath>target/txnLogDir/nc1</txnLogDirPath>
ramangrover2985b29522013-06-05 10:22:03 -070028 </transactionLogDir>
29 <transactionLogDir>
30 <ncId>nc2</ncId>
ramangrover29c1e32222013-06-05 12:54:07 -070031 <txnLogDirPath>target/txnLogDir/nc2</txnLogDirPath>
ramangrover2985b29522013-06-05 10:22:03 -070032 </transactionLogDir>
ramangrover29330a5412013-04-29 20:59:17 -070033 <property>
ramangrover2991949ed2013-05-10 07:53:18 -070034 <name>log.level</name>
ramangrover298fbc5fb2013-05-02 10:52:21 -070035 <value>WARNING</value>
ramangrover2972db6442013-05-15 12:57:10 -070036 <description>Log level for running tests/build</description>
ramangrover29330a5412013-04-29 20:59:17 -070037 </property>
icetindil91f94b52013-05-31 16:02:23 -070038 <property>
zheilbron5287c4a2013-06-05 00:09:29 -070039 <name>storage.memorycomponent.numpages</name>
40 <value>8</value>
41 <description>The number of pages to allocate for a memory component.
42 (Default = 8)
43 </description>
44 </property>
45 <property>
icetindil91f94b52013-05-31 16:02:23 -070046 <name>txn.log.groupcommitinterval</name>
47 <value>1</value>
48 <description>The group commit wait time in milliseconds.</description>
49 </property>
ramangrover29330a5412013-04-29 20:59:17 -070050</asterixConfiguration>