blob: e542efd1bed61e35913c45c4dca0db3588d279e6 [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>
Raman Grover27a0c4c2013-04-16 17:29:40 -070019 <value>-Xmx1024m</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>
zheilbronff6fe592013-05-04 23:11:15 -070032 <value>32768</value>
zheilbron9c5793c2013-05-07 11:16:07 -070033 <description>The page size in bytes for pages in the buffer cache.
zheilbrone2eb6ef2013-05-09 14:47:52 -070034 (Default = "32768" // 32KB)
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>
40 <value>33554432</value>
41 <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
43 = "33554432" // 32MB)
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>
57 <value>32768</value>
58 <description>The page size in bytes for pages allocated to memory
zheilbrone2eb6ef2013-05-09 14:47:52 -070059 components. (Default = "32768" // 32KB)
zheilbron9c5793c2013-05-07 11:16:07 -070060 </description>
61 </property>
62
63 <property>
64 <name>storage.memorycomponent.numpages</name>
zheilbronb2844692013-05-28 22:14:27 -070065 <value>1024</value>
zheilbron9c5793c2013-05-07 11:16:07 -070066 <description>The number of pages to allocate for a memory component.
zheilbronb2844692013-05-28 22:14:27 -070067 (Default = 1024)
zheilbron9c5793c2013-05-07 11:16:07 -070068 </description>
69 </property>
70
71 <property>
72 <name>storage.memorycomponent.globalbudget</name>
zheilbrona2c71822013-06-04 01:55:16 -070073 <value>536870192</value>
zheilbron9c5793c2013-05-07 11:16:07 -070074 <description>The total size of memory in bytes that the sum of all
75 open memory
zheilbrona2c71822013-06-04 01:55:16 -070076 components cannot exceed. (Default = "536870192" // 512MB)
zheilbron9c5793c2013-05-07 11:16:07 -070077 </description>
78 </property>
79
80 <property>
81 <name>storage.lsm.mergethreshold</name>
82 <value>3</value>
83 <description>The number of on-disk components an LSM index can have
84 before a merge is triggered. (Default = 3)
85 </description>
86 </property>
87
88 <property>
zheilbrone2eb6ef2013-05-09 14:47:52 -070089 <name>storage.lsm.bloomfilter.falsepositiverate</name>
90 <value>0.01</value>
91 <description>The maximum acceptable false positive rate for bloom
92 filters associated with LSM indexes. (Default = "0.01" // 1%)
93 </description>
94 </property>
95
96 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070097 <name>txn.log.buffer.numpages</name>
ramangrover2991044942013-05-01 23:39:29 -070098 <value>8</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -070099 <description>The number of in-memory log buffer pages. (Default = "8")
100 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700101 </property>
102
103 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700104 <name>txn.log.buffer.pagesize</name>
105 <value>131072</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700106 <description>The size of pages in the in-memory log buffer. (Default =
107 "131072" // 128KB)
108 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700109 </property>
110
111 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700112 <name>txn.log.partitionsize</name>
zheilbronff6fe592013-05-04 23:11:15 -0700113 <value>2147483648</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700114 <description>The maximum size of a log file partition allowed before
115 rotating the log to the next partition. (Default = "2147483648" //
116 2GB)
117 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700118 </property>
119
120 <property>
icetindil12781312013-06-04 17:56:04 -0700121 <name>txn.log.disksectorsize</name>
122 <value>4096</value>
123 <description>The size of a disk sector. (Default = "4096")
124 </description>
125 </property>
126
127 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700128 <name>txn.log.groupcommitinterval</name>
icetindil91f94b52013-05-31 16:02:23 -0700129 <value>1</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700130 <description>The group commit wait time in milliseconds. (Default =
icetindil12781312013-06-04 17:56:04 -0700131 "10" // 0.1ms)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700132 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700133 </property>
134
135 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700136 <name>txn.log.checkpoint.lsnthreshold</name>
137 <value>67108864</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700138 <description>The size of the window that the maximum LSN is allowed to
139 be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M)
140 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700141 </property>
142
143 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700144 <name>txn.log.checkpoint.pollfrequency</name>
zheilbronff6fe592013-05-04 23:11:15 -0700145 <value>120</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700146 <description>The time in seconds between that the checkpoint thread
147 waits between polls. (Default = "120" // 120s)
148 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700149 </property>
150
151 <property>
icetindil12781312013-06-04 17:56:04 -0700152 <name>txn.log.checkpoint.history</name>
153 <value>0</value>
154 <description>The number of old log partition files to keep before
155 discarding. (Default = "0")
156 </description>
157 </property>
158
159 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700160 <name>txn.lock.escalationthreshold</name>
161 <value>1000</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700162 <description>The number of entity level locks that need to be acquired
163 before the locks are coalesced and escalated into a dataset level
164 lock. (Default = "1000")
165 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700166 </property>
167
168 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700169 <name>txn.lock.shrinktimer</name>
icetindil12781312013-06-04 17:56:04 -0700170 <value>5000</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700171 <description>The time in milliseconds to wait before deallocating
icetindil12781312013-06-04 17:56:04 -0700172 unused lock manager memory. (Default = "5000" // 5s)
173 </description>
174 </property>
175
176 <property>
177 <name>txn.lock.timeout.waitthreshold</name>
178 <value>60000</value>
179 <description>The time in milliseconds to wait before labeling a
180 transaction which has been waiting for a lock timed-out. (Default =
181 "60000" // 60s)
182 </description>
183 </property>
184
185 <property>
186 <name>txn.lock.timeout.sweepthreshold</name>
187 <value>10000</value>
188 <description>The time in milliseconds the timeout thread waits between
189 sweeps to detect timed-out transactions. (Default = "10000" // 10s)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700190 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700191 </property>
zheilbron9c5793c2013-05-07 11:16:07 -0700192
zheilbronff6fe592013-05-04 23:11:15 -0700193 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700194 <name>compiler.sortmemory</name>
zheilbrona2c71822013-06-04 01:55:16 -0700195 <value>33554432</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700196 <description>The amount of memory in bytes given to sort operations.
zheilbrona2c71822013-06-04 01:55:16 -0700197 (Default = "33554432" // 32mb)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700198 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700199 </property>
200
201 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700202 <name>compiler.joinmemory</name>
zheilbrona2c71822013-06-04 01:55:16 -0700203 <value>33554432</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700204 <description>The amount of memory in bytes given to join operations.
zheilbrona2c71822013-06-04 01:55:16 -0700205 (Default = "33554432" // 32mb)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700206 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700207 </property>
208
209 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700210 <name>compiler.framesize</name>
211 <value>32768</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700212 <description>The Hyracks frame size that the compiler configures per
213 job. (Default = "32768" // 32KB)
214 </description>
zheilbron9c5793c2013-05-07 11:16:07 -0700215 </property>
216
217 <property>
zheilbron9a430b22013-05-09 16:49:42 -0700218 <name>web.port</name>
zheilbronff6fe592013-05-04 23:11:15 -0700219 <value>19001</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700220 <description>The port for the ASTERIX web interface. (Default = 19001)
221 </description>
222 </property>
223
224 <property>
zheilbron9a430b22013-05-09 16:49:42 -0700225 <name>api.port</name>
icetindil12781312013-06-04 17:56:04 -0700226 <value>19002</value>
227 <description>The port for the ASTERIX API server. (Default = 19002)
zheilbrone2eb6ef2013-05-09 14:47:52 -0700228 </description>
zheilbronff6fe592013-05-04 23:11:15 -0700229 </property>
230
231 <property>
zheilbron9a430b22013-05-09 16:49:42 -0700232 <name>log.level</name>
zheilbronff6fe592013-05-04 23:11:15 -0700233 <value>INFO</value>
zheilbrone2eb6ef2013-05-09 14:47:52 -0700234 <description>The minimum log level to be displayed. (Default = INFO)
235 </description>
ramangrover29911d0ff2013-04-23 12:47:34 -0700236 </property>
ramangrover2957ec18e2013-04-16 11:42:30 -0700237</asterixConfiguration>