blob: cbee8f86923e439c3084a96d218b84084e78d90b [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 !-->
ramangrover2957ec18e2013-04-16 11:42:30 -070015<asterixConfiguration xmlns="asterixconf">
ramangrover2957ec18e2013-04-16 11:42:30 -070016
Raman Grover27a0c4c2013-04-16 17:29:40 -070017 <property>
zheilbronff6fe592013-05-04 23:11:15 -070018 <name>nc.java.opts</name>
salsubaiee85a78dd2013-09-21 21:30:13 -070019 <value>-Xmx1536m</value>
zheilbronff6fe592013-05-04 23:11:15 -070020 <description>JVM parameters for each Node Contoller (NC)</description>
Raman Grover27a0c4c2013-04-16 17:29:40 -070021 </property>
22
23 <property>
zheilbronff6fe592013-05-04 23:11:15 -070024 <name>cc.java.opts</name>
Raman Grover27a0c4c2013-04-16 17:29:40 -070025 <value>-Xmx1024m</value>
zheilbronff6fe592013-05-04 23:11:15 -070026 <description>JVM parameters for each Cluster Contoller (CC)
27 </description>
Raman Grover27a0c4c2013-04-16 17:29:40 -070028 </property>
29
30 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070031 <name>storage.buffercache.pagesize</name>
salsubaiee85a78dd2013-09-21 21:30:13 -070032 <value>131072</value>
zheilbron9c5793c2013-05-07 11:16:07 -070033 <description>The page size in bytes for pages in the buffer cache.
salsubaiee85a78dd2013-09-21 21:30:13 -070034 (Default = "131072" // 128KB)
zheilbronff6fe592013-05-04 23:11:15 -070035 </description>
ramangrover29911d0ff2013-04-23 12:47:34 -070036 </property>
37
38 <property>
icetindil12781312013-06-04 17:56:04 -070039 <name>storage.buffercache.size</name>
salsubaiee85a78dd2013-09-21 21:30:13 -070040 <value>536870912</value>
icetindil12781312013-06-04 17:56:04 -070041 <description>The size of memory allocated to the disk buffer cache.
42 The value should be a multiple of the buffer cache page size(Default
salsubaiee85a78dd2013-09-21 21:30:13 -070043 = "536870912" // 512MB)
zheilbron9c5793c2013-05-07 11:16:07 -070044 </description>
45 </property>
46
47 <property>
48 <name>storage.buffercache.maxopenfiles</name>
49 <value>214748364</value>
50 <description>The maximum number of open files in the buffer cache.
zheilbrone2eb6ef2013-05-09 14:47:52 -070051 (Default = "214748364")
zheilbron9c5793c2013-05-07 11:16:07 -070052 </description>
53 </property>
54
55 <property>
56 <name>storage.memorycomponent.pagesize</name>
salsubaiee85a78dd2013-09-21 21:30:13 -070057 <value>131072</value>
zheilbron9c5793c2013-05-07 11:16:07 -070058 <description>The page size in bytes for pages allocated to memory
salsubaiee85a78dd2013-09-21 21:30:13 -070059 components. (Default = "131072" // 128KB)
zheilbron9c5793c2013-05-07 11:16:07 -070060 </description>
61 </property>
62
63 <property>
64 <name>storage.memorycomponent.numpages</name>
salsubaiee85a78dd2013-09-21 21:30:13 -070065 <value>256</value>
zheilbron9c5793c2013-05-07 11:16:07 -070066 <description>The number of pages to allocate for a memory component.
salsubaiee85a78dd2013-09-21 21:30:13 -070067 (Default = 256)
68 </description>
69 </property>
70
71 <property>
72 <name>storage.metadata.memorycomponent.numpages</name>
73 <value>64</value>
74 <description>The number of pages to allocate for a memory component.
75 (Default = 64)
zheilbron9c5793c2013-05-07 11:16:07 -070076 </description>
77 </property>
78
salsubaiee35119a92013-08-10 13:09:05 -070079 <property>
80 <name>storage.memorycomponent.numcomponents</name>
81 <value>2</value>
82 <description>The number of memory components to be used per lsm index.
83 (Default = 2)
84 </description>
85 </property>
86
zheilbron9c5793c2013-05-07 11:16:07 -070087 <property>
88 <name>storage.memorycomponent.globalbudget</name>
salsubaiee801bffe2013-09-22 23:42:35 -070089 <value>536870912</value>
zheilbron9c5793c2013-05-07 11:16:07 -070090 <description>The total size of memory in bytes that the sum of all
91 open memory
zheilbrona2c71822013-06-04 01:55:16 -070092 components cannot exceed. (Default = "536870192" // 512MB)
zheilbron9c5793c2013-05-07 11:16:07 -070093 </description>
94 </property>
95
96 <property>
zheilbrone2eb6ef2013-05-09 14:47:52 -070097 <name>storage.lsm.bloomfilter.falsepositiverate</name>
98 <value>0.01</value>
99 <description>The maximum acceptable false positive rate for bloom
100 filters associated with LSM indexes. (Default = "0.01" // 1%)
101 </description>
102 </property>
salsubaiee85a78dd2013-09-21 21:30:13 -0700103
zheilbrone2eb6ef2013-05-09 14:47:52 -0700104 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700105 <name>txn.log.buffer.numpages</name>
ramangrover2991044942013-05-01 23:39:29 -0700106 <value>8</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700107 <description>The number of in-memory log buffer pages. (Default = "8")
108 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700109 </property>
110
111 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700112 <name>txn.log.buffer.pagesize</name>
salsubaiee85a78dd2013-09-21 21:30:13 -0700113 <value>524288</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700114 <description>The size of pages in the in-memory log buffer. (Default =
salsubaiee85a78dd2013-09-21 21:30:13 -0700115 "524288" // 512KB)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700116 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700117 </property>
118
119 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700120 <name>txn.log.partitionsize</name>
zheilbronff6fe592013-05-04 23:11:15 -0700121 <value>2147483648</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700122 <description>The maximum size of a log file partition allowed before
123 rotating the log to the next partition. (Default = "2147483648" //
124 2GB)
125 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700126 </property>
127
128 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700129 <name>txn.log.checkpoint.lsnthreshold</name>
130 <value>67108864</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700131 <description>The size of the window that the maximum LSN is allowed to
132 be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
133 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700134 </property>
135
136 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700137 <name>txn.log.checkpoint.pollfrequency</name>
zheilbronff6fe592013-05-04 23:11:15 -0700138 <value>120</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700139 <description>The time in seconds between that the checkpoint thread
140 waits between polls. (Default = "120" // 120s)
141 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700142 </property>
143
144 <property>
icetindil12781312013-06-04 17:56:04 -0700145 <name>txn.log.checkpoint.history</name>
146 <value>0</value>
147 <description>The number of old log partition files to keep before
148 discarding. (Default = "0")
149 </description>
150 </property>
151
152 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700153 <name>txn.lock.escalationthreshold</name>
154 <value>1000</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700155 <description>The number of entity level locks that need to be acquired
156 before the locks are coalesced and escalated into a dataset level
157 lock. (Default = "1000")
158 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700159 </property>
160
161 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700162 <name>txn.lock.shrinktimer</name>
icetindil12781312013-06-04 17:56:04 -0700163 <value>5000</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700164 <description>The time in milliseconds to wait before deallocating
icetindil12781312013-06-04 17:56:04 -0700165 unused lock manager memory. (Default = "5000" // 5s)
166 </description>
167 </property>
168
169 <property>
170 <name>txn.lock.timeout.waitthreshold</name>
171 <value>60000</value>
172 <description>The time in milliseconds to wait before labeling a
173 transaction which has been waiting for a lock timed-out. (Default =
174 "60000" // 60s)
175 </description>
176 </property>
177
178 <property>
179 <name>txn.lock.timeout.sweepthreshold</name>
180 <value>10000</value>
181 <description>The time in milliseconds the timeout thread waits between
182 sweeps to detect timed-out transactions. (Default = "10000" // 10s)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700183 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700184 </property>
zheilbron9c5793c2013-05-07 11:16:07 -0700185
zheilbronff6fe592013-05-04 23:11:15 -0700186 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700187 <name>compiler.sortmemory</name>
zheilbrona2c71822013-06-04 01:55:16 -0700188 <value>33554432</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700189 <description>The amount of memory in bytes given to sort operations.
zheilbrona2c71822013-06-04 01:55:16 -0700190 (Default = "33554432" // 32mb)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700191 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700192 </property>
193
194 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700195 <name>compiler.joinmemory</name>
zheilbrona2c71822013-06-04 01:55:16 -0700196 <value>33554432</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700197 <description>The amount of memory in bytes given to join operations.
zheilbrona2c71822013-06-04 01:55:16 -0700198 (Default = "33554432" // 32mb)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700199 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700200 </property>
201
202 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700203 <name>compiler.framesize</name>
salsubaiee85a78dd2013-09-21 21:30:13 -0700204 <value>131072</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700205 <description>The Hyracks frame size that the compiler configures per
salsubaiee85a78dd2013-09-21 21:30:13 -0700206 job. (Default = "131072" // 128KB)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700207 </description>
zheilbron9c5793c2013-05-07 11:16:07 -0700208 </property>
209
210 <property>
zheilbron9a430b22013-05-09 16:49:42 -0700211 <name>web.port</name>
zheilbronff6fe592013-05-04 23:11:15 -0700212 <value>19001</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700213 <description>The port for the ASTERIX web interface. (Default = 19001)
214 </description>
215 </property>
216
217 <property>
zheilbron9a430b22013-05-09 16:49:42 -0700218 <name>api.port</name>
icetindil12781312013-06-04 17:56:04 -0700219 <value>19002</value>
220 <description>The port for the ASTERIX API server. (Default = 19002)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700221 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700222 </property>
223
224 <property>
zheilbron9a430b22013-05-09 16:49:42 -0700225 <name>log.level</name>
zheilbronff6fe592013-05-04 23:11:15 -0700226 <value>INFO</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700227 <description>The minimum log level to be displayed. (Default = INFO)
228 </description>
ramangrover29911d0ff2013-04-23 12:47:34 -0700229 </property>
ramangrover2957ec18e2013-04-16 11:42:30 -0700230</asterixConfiguration>