blob: f8f33d6c1bd7b27cd6140148031f19ae00220581 [file] [log] [blame]
Ian Maxon928bbd12015-09-14 17:12:48 -07001<!--
2 ! Licensed to the Apache Software Foundation (ASF) under one
3 ! or more contributor license agreements. See the NOTICE file
4 ! distributed with this work for additional information
5 ! regarding copyright ownership. The ASF licenses this file
6 ! to you under the Apache License, Version 2.0 (the
7 ! "License"); you may not use this file except in compliance
8 ! with the License. You may obtain a copy of the License at
9 !
10 ! http://www.apache.org/licenses/LICENSE-2.0
11 !
12 ! Unless required by applicable law or agreed to in writing,
13 ! software distributed under the License is distributed on an
14 ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15 ! KIND, either express or implied. See the License for the
16 ! specific language governing permissions and limitations
17 ! under the License.
18 !-->
ramangrover29330a5412013-04-29 20:59:17 -070019<asterixConfiguration xmlns="asterixconf">
Young-Seok5eba6a02013-08-29 17:30:40 -070020 <metadataNode>nc1</metadataNode>
21 <store>
22 <ncId>nc1</ncId>
23 <storeDirs>nc1data</storeDirs>
24 </store>
25 <store>
26 <ncId>nc2</ncId>
27 <storeDirs>nc2data</storeDirs>
28 </store>
29 <transactionLogDir>
30 <ncId>nc1</ncId>
31 <txnLogDirPath>target/txnLogDir/nc1</txnLogDirPath>
32 </transactionLogDir>
33 <transactionLogDir>
34 <ncId>nc2</ncId>
35 <txnLogDirPath>target/txnLogDir/nc2</txnLogDirPath>
36 </transactionLogDir>
ramangrover299281205b2013-10-29 01:18:18 +053037
Yingyi Bu362b8842014-05-26 00:01:18 -070038 <property>
39 <name>max.wait.active.cluster</name>
40 <value>60</value>
41 <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all
42 nodes are available)
43 before a submitted query/statement can be
44 executed. (Default = 60 seconds)
45 </description>
46 </property>
ramangrover299281205b2013-10-29 01:18:18 +053047
Young-Seok5eba6a02013-08-29 17:30:40 -070048 <property>
49 <name>log.level</name>
50 <value>WARNING</value>
51 <description>Log level for running tests/build</description>
52 </property>
53 <property>
Yingyi Bu362b8842014-05-26 00:01:18 -070054 <name>compiler.framesize</name>
55 <value>32768</value>
56 </property>
57 <property>
58 <name>compiler.sortmemory</name>
JavierJia65100722015-06-17 16:19:25 -070059 <value>163840</value>
Yingyi Bu362b8842014-05-26 00:01:18 -070060 </property>
61 <property>
62 <name>compiler.groupmemory</name>
JavierJia65100722015-06-17 16:19:25 -070063 <value>163840</value>
Yingyi Bu362b8842014-05-26 00:01:18 -070064 </property>
65 <property>
66 <name>compiler.joinmemory</name>
JavierJia65100722015-06-17 16:19:25 -070067 <value>163840</value>
Yingyi Bu362b8842014-05-26 00:01:18 -070068 </property>
69 <property>
salsubaiee801bffe2013-09-22 23:42:35 -070070 <name>storage.buffercache.pagesize</name>
71 <value>32768</value>
72 <description>The page size in bytes for pages in the buffer cache.
73 (Default = "32768" // 32KB)
74 </description>
75 </property>
76 <property>
77 <name>storage.buffercache.size</name>
78 <value>33554432</value>
79 <description>The size of memory allocated to the disk buffer cache.
80 The value should be a multiple of the buffer cache page size(Default
81 = "33554432" // 32MB)
82 </description>
83 </property>
84 <property>
zheilbron5287c4a2013-06-05 00:09:29 -070085 <name>storage.memorycomponent.numpages</name>
86 <value>8</value>
87 <description>The number of pages to allocate for a memory component.
88 (Default = 8)
89 </description>
90 </property>
kerenof13678d2014-07-15 15:57:39 -070091 <property>
92 <name>plot.activate</name>
93 <value>false</value>
94 <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
95 </description>
96 </property>
ramangrover29330a5412013-04-29 20:59:17 -070097</asterixConfiguration>