blob: af95437a5a0770834b0c22c2e7b2c70955e65d71 [file] [log] [blame]
Young-Seok5eba6a02013-08-29 17:30:40 -07001<!-- ! Copyright 2009-2013 by The Regents of the University of California
2 ! Licensed under the Apache License, Version 2.0 (the "License"); ! you may
3 not use this file except in compliance with the License. ! you may obtain
4 a copy of the License from ! ! http://www.apache.org/licenses/LICENSE-2.0
5 ! ! Unless required by applicable law or agreed to in writing, software !
6 distributed under the License is distributed on an "AS IS" BASIS, ! WITHOUT
7 WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. ! See the
8 License for the specific language governing permissions and ! limitations
9 under the License. ! -->
ramangrover29330a5412013-04-29 20:59:17 -070010<asterixConfiguration xmlns="asterixconf">
Young-Seok5eba6a02013-08-29 17:30:40 -070011 <metadataNode>nc1</metadataNode>
12 <store>
13 <ncId>nc1</ncId>
14 <storeDirs>nc1data</storeDirs>
15 </store>
16 <store>
17 <ncId>nc2</ncId>
18 <storeDirs>nc2data</storeDirs>
19 </store>
20 <transactionLogDir>
21 <ncId>nc1</ncId>
22 <txnLogDirPath>target/txnLogDir/nc1</txnLogDirPath>
23 </transactionLogDir>
24 <transactionLogDir>
25 <ncId>nc2</ncId>
26 <txnLogDirPath>target/txnLogDir/nc2</txnLogDirPath>
27 </transactionLogDir>
ramangrover299281205b2013-10-29 01:18:18 +053028
29 <property>
30 <name>max.wait.active.cluster</name>
31 <value>60</value>
32 <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all nodes are available)
33 before a submitted query/statement can be executed. (Default = 60 seconds)
34 </description>
35 </property>
36
Young-Seok5eba6a02013-08-29 17:30:40 -070037 <property>
38 <name>log.level</name>
Till Westmannc191e232014-01-27 23:22:25 -080039 <!-- ><value>INFO</value> -->
40 <value>WARNING</value>
Young-Seok5eba6a02013-08-29 17:30:40 -070041 <description>Log level for running tests/build</description>
42 </property>
43 <property>
salsubaiee801bffe2013-09-22 23:42:35 -070044 <name>storage.buffercache.pagesize</name>
45 <value>32768</value>
46 <description>The page size in bytes for pages in the buffer cache.
47 (Default = "32768" // 32KB)
48 </description>
49 </property>
50 <property>
51 <name>storage.buffercache.size</name>
52 <value>33554432</value>
53 <description>The size of memory allocated to the disk buffer cache.
54 The value should be a multiple of the buffer cache page size(Default
55 = "33554432" // 32MB)
56 </description>
57 </property>
58 <property>
zheilbron5287c4a2013-06-05 00:09:29 -070059 <name>storage.memorycomponent.numpages</name>
60 <value>8</value>
61 <description>The number of pages to allocate for a memory component.
62 (Default = 8)
63 </description>
64 </property>
ramangrover29330a5412013-04-29 20:59:17 -070065</asterixConfiguration>