blob: 731113b7d060001e515fb99eb4a620b7b80e467c [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">
Ian Maxonf7b64532015-12-09 17:28:18 -080020 <metadataNode>asterix_nc1</metadataNode>
Young-Seok5eba6a02013-08-29 17:30:40 -070021 <store>
Ian Maxonf7b64532015-12-09 17:28:18 -080022 <ncId>asterix_nc1</ncId>
Murtadha Hubail1d5cf642015-12-31 08:38:15 -080023 <storeDirs>iodevice0,iodevice1</storeDirs>
Young-Seok5eba6a02013-08-29 17:30:40 -070024 </store>
25 <store>
Ian Maxonf7b64532015-12-09 17:28:18 -080026 <ncId>asterix_nc2</ncId>
Murtadha Hubail1d5cf642015-12-31 08:38:15 -080027 <storeDirs>iodevice0,iodevice1</storeDirs>
Young-Seok5eba6a02013-08-29 17:30:40 -070028 </store>
29 <transactionLogDir>
Ian Maxonf7b64532015-12-09 17:28:18 -080030 <ncId>asterix_nc1</ncId>
31 <txnLogDirPath>target/txnLogDir/asterix_nc1</txnLogDirPath>
Young-Seok5eba6a02013-08-29 17:30:40 -070032 </transactionLogDir>
33 <transactionLogDir>
Ian Maxonf7b64532015-12-09 17:28:18 -080034 <ncId>asterix_nc2</ncId>
35 <txnLogDirPath>target/txnLogDir/asterix_nc2</txnLogDirPath>
Young-Seok5eba6a02013-08-29 17:30:40 -070036 </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>
Ian Maxonf7b64532015-12-09 17:28:18 -080059 <value>327680</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>
Yingyi Bu751315f2015-11-24 22:08:41 -080069 <property>
70 <name>compiler.pregelix.home</name>
71 <value>~/pregelix</value>
72 </property>
Yingyi Bu362b8842014-05-26 00:01:18 -070073 <property>
salsubaiee801bffe2013-09-22 23:42:35 -070074 <name>storage.buffercache.pagesize</name>
75 <value>32768</value>
76 <description>The page size in bytes for pages in the buffer cache.
77 (Default = "32768" // 32KB)
78 </description>
79 </property>
80 <property>
81 <name>storage.buffercache.size</name>
82 <value>33554432</value>
83 <description>The size of memory allocated to the disk buffer cache.
84 The value should be a multiple of the buffer cache page size(Default
85 = "33554432" // 32MB)
86 </description>
87 </property>
88 <property>
zheilbron5287c4a2013-06-05 00:09:29 -070089 <name>storage.memorycomponent.numpages</name>
90 <value>8</value>
91 <description>The number of pages to allocate for a memory component.
92 (Default = 8)
93 </description>
94 </property>
kerenof13678d2014-07-15 15:57:39 -070095 <property>
96 <name>plot.activate</name>
97 <value>false</value>
98 <description>Enabling plot of Algebricks plan to tmp folder. (Default = false)
99 </description>
100 </property>
ramangrover29330a5412013-04-29 20:59:17 -0700101</asterixConfiguration>