blob: 71e79e28ae4e11ce8a07b3423ceb6ca4d81fbd6f [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>
ramangrover29330a5412013-04-29 20:59:17 -070025 <property>
ramangrover2991949ed2013-05-10 07:53:18 -070026 <name>log.level</name>
ramangrover298fbc5fb2013-05-02 10:52:21 -070027 <value>WARNING</value>
ramangrover2972db6442013-05-15 12:57:10 -070028 <description>Log level for running tests/build</description>
ramangrover29330a5412013-04-29 20:59:17 -070029 </property>
icetindil91f94b52013-05-31 16:02:23 -070030 <property>
zheilbron5287c4a2013-06-05 00:09:29 -070031 <name>storage.memorycomponent.numpages</name>
32 <value>8</value>
33 <description>The number of pages to allocate for a memory component.
34 (Default = 8)
35 </description>
36 </property>
37 <property>
icetindil91f94b52013-05-31 16:02:23 -070038 <name>txn.log.groupcommitinterval</name>
39 <value>1</value>
40 <description>The group commit wait time in milliseconds.</description>
41 </property>
ramangrover29330a5412013-04-29 20:59:17 -070042</asterixConfiguration>