ramangrover29 | 57ec18e | 2013-04-16 11:42:30 -0700 | [diff] [blame] | 1 | <asterixConfiguration xmlns="asterixconf"> |
ramangrover29 | 57ec18e | 2013-04-16 11:42:30 -0700 | [diff] [blame] | 2 | |
Raman Grover | 27a0c4c | 2013-04-16 17:29:40 -0700 | [diff] [blame] | 3 | <property> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 4 | <name>nc.java.opts</name> |
Raman Grover | 27a0c4c | 2013-04-16 17:29:40 -0700 | [diff] [blame] | 5 | <value>-Xmx1024m</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 6 | <description>JVM parameters for each Node Contoller (NC)</description> |
Raman Grover | 27a0c4c | 2013-04-16 17:29:40 -0700 | [diff] [blame] | 7 | </property> |
| 8 | |
| 9 | <property> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 10 | <name>cc.java.opts</name> |
Raman Grover | 27a0c4c | 2013-04-16 17:29:40 -0700 | [diff] [blame] | 11 | <value>-Xmx1024m</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 12 | <description>JVM parameters for each Cluster Contoller (CC) |
| 13 | </description> |
Raman Grover | 27a0c4c | 2013-04-16 17:29:40 -0700 | [diff] [blame] | 14 | </property> |
| 15 | |
| 16 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 17 | <name>storage.buffercache.pagesize</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 18 | <value>32768</value> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 19 | <description>The page size in bytes for pages in the buffer cache. |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 20 | (Default = "32768" // 32KB) |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 21 | </description> |
ramangrover29 | 911d0ff | 2013-04-23 12:47:34 -0700 | [diff] [blame] | 22 | </property> |
| 23 | |
| 24 | <property> |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 25 | <name>storage.buffercache.size</name> |
| 26 | <value>33554432</value> |
| 27 | <description>The size of memory allocated to the disk buffer cache. |
| 28 | The value should be a multiple of the buffer cache page size(Default |
| 29 | = "33554432" // 32MB) |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 30 | </description> |
| 31 | </property> |
| 32 | |
| 33 | <property> |
| 34 | <name>storage.buffercache.maxopenfiles</name> |
| 35 | <value>214748364</value> |
| 36 | <description>The maximum number of open files in the buffer cache. |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 37 | (Default = "214748364") |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 38 | </description> |
| 39 | </property> |
| 40 | |
| 41 | <property> |
| 42 | <name>storage.memorycomponent.pagesize</name> |
| 43 | <value>32768</value> |
| 44 | <description>The page size in bytes for pages allocated to memory |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 45 | components. (Default = "32768" // 32KB) |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 46 | </description> |
| 47 | </property> |
| 48 | |
| 49 | <property> |
| 50 | <name>storage.memorycomponent.numpages</name> |
zheilbron | b284469 | 2013-05-28 22:14:27 -0700 | [diff] [blame] | 51 | <value>1024</value> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 52 | <description>The number of pages to allocate for a memory component. |
zheilbron | b284469 | 2013-05-28 22:14:27 -0700 | [diff] [blame] | 53 | (Default = 1024) |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 54 | </description> |
| 55 | </property> |
| 56 | |
| 57 | <property> |
| 58 | <name>storage.memorycomponent.globalbudget</name> |
zheilbron | a2c7182 | 2013-06-04 01:55:16 -0700 | [diff] [blame] | 59 | <value>536870192</value> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 60 | <description>The total size of memory in bytes that the sum of all |
| 61 | open memory |
zheilbron | a2c7182 | 2013-06-04 01:55:16 -0700 | [diff] [blame] | 62 | components cannot exceed. (Default = "536870192" // 512MB) |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 63 | </description> |
| 64 | </property> |
| 65 | |
| 66 | <property> |
| 67 | <name>storage.lsm.mergethreshold</name> |
| 68 | <value>3</value> |
| 69 | <description>The number of on-disk components an LSM index can have |
| 70 | before a merge is triggered. (Default = 3) |
| 71 | </description> |
| 72 | </property> |
| 73 | |
| 74 | <property> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 75 | <name>storage.lsm.bloomfilter.falsepositiverate</name> |
| 76 | <value>0.01</value> |
| 77 | <description>The maximum acceptable false positive rate for bloom |
| 78 | filters associated with LSM indexes. (Default = "0.01" // 1%) |
| 79 | </description> |
| 80 | </property> |
| 81 | |
| 82 | <property> |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 83 | <name>txn.log.directory</name> |
| 84 | <value>asterix_logs/</value> |
| 85 | <description>The directory location for transaction logs. (Default = |
| 86 | "asterix_logs/") |
| 87 | </description> |
| 88 | </property> |
| 89 | |
| 90 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 91 | <name>txn.log.buffer.numpages</name> |
ramangrover29 | 9104494 | 2013-05-01 23:39:29 -0700 | [diff] [blame] | 92 | <value>8</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 93 | <description>The number of in-memory log buffer pages. (Default = "8") |
| 94 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 95 | </property> |
| 96 | |
| 97 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 98 | <name>txn.log.buffer.pagesize</name> |
| 99 | <value>131072</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 100 | <description>The size of pages in the in-memory log buffer. (Default = |
| 101 | "131072" // 128KB) |
| 102 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 103 | </property> |
| 104 | |
| 105 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 106 | <name>txn.log.partitionsize</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 107 | <value>2147483648</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 108 | <description>The maximum size of a log file partition allowed before |
| 109 | rotating the log to the next partition. (Default = "2147483648" // |
| 110 | 2GB) |
| 111 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 112 | </property> |
| 113 | |
| 114 | <property> |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 115 | <name>txn.log.disksectorsize</name> |
| 116 | <value>4096</value> |
| 117 | <description>The size of a disk sector. (Default = "4096") |
| 118 | </description> |
| 119 | </property> |
| 120 | |
| 121 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 122 | <name>txn.log.groupcommitinterval</name> |
icetindil | 91f94b5 | 2013-05-31 16:02:23 -0700 | [diff] [blame] | 123 | <value>1</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 124 | <description>The group commit wait time in milliseconds. (Default = |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 125 | "10" // 0.1ms) |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 126 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 127 | </property> |
| 128 | |
| 129 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 130 | <name>txn.log.checkpoint.lsnthreshold</name> |
| 131 | <value>67108864</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 132 | <description>The size of the window that the maximum LSN is allowed to |
| 133 | be ahead of the checkpoint LSN by. (Default = ""67108864" // 64M) |
| 134 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 135 | </property> |
| 136 | |
| 137 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 138 | <name>txn.log.checkpoint.pollfrequency</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 139 | <value>120</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 140 | <description>The time in seconds between that the checkpoint thread |
| 141 | waits between polls. (Default = "120" // 120s) |
| 142 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 143 | </property> |
| 144 | |
| 145 | <property> |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 146 | <name>txn.log.checkpoint.history</name> |
| 147 | <value>0</value> |
| 148 | <description>The number of old log partition files to keep before |
| 149 | discarding. (Default = "0") |
| 150 | </description> |
| 151 | </property> |
| 152 | |
| 153 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 154 | <name>txn.lock.escalationthreshold</name> |
| 155 | <value>1000</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 156 | <description>The number of entity level locks that need to be acquired |
| 157 | before the locks are coalesced and escalated into a dataset level |
| 158 | lock. (Default = "1000") |
| 159 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 160 | </property> |
| 161 | |
| 162 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 163 | <name>txn.lock.shrinktimer</name> |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 164 | <value>5000</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 165 | <description>The time in milliseconds to wait before deallocating |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 166 | unused lock manager memory. (Default = "5000" // 5s) |
| 167 | </description> |
| 168 | </property> |
| 169 | |
| 170 | <property> |
| 171 | <name>txn.lock.timeout.waitthreshold</name> |
| 172 | <value>60000</value> |
| 173 | <description>The time in milliseconds to wait before labeling a |
| 174 | transaction which has been waiting for a lock timed-out. (Default = |
| 175 | "60000" // 60s) |
| 176 | </description> |
| 177 | </property> |
| 178 | |
| 179 | <property> |
| 180 | <name>txn.lock.timeout.sweepthreshold</name> |
| 181 | <value>10000</value> |
| 182 | <description>The time in milliseconds the timeout thread waits between |
| 183 | sweeps to detect timed-out transactions. (Default = "10000" // 10s) |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 184 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 185 | </property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 186 | |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 187 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 188 | <name>compiler.sortmemory</name> |
zheilbron | a2c7182 | 2013-06-04 01:55:16 -0700 | [diff] [blame] | 189 | <value>33554432</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 190 | <description>The amount of memory in bytes given to sort operations. |
zheilbron | a2c7182 | 2013-06-04 01:55:16 -0700 | [diff] [blame] | 191 | (Default = "33554432" // 32mb) |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 192 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 193 | </property> |
| 194 | |
| 195 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 196 | <name>compiler.joinmemory</name> |
zheilbron | a2c7182 | 2013-06-04 01:55:16 -0700 | [diff] [blame] | 197 | <value>33554432</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 198 | <description>The amount of memory in bytes given to join operations. |
zheilbron | a2c7182 | 2013-06-04 01:55:16 -0700 | [diff] [blame] | 199 | (Default = "33554432" // 32mb) |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 200 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 201 | </property> |
| 202 | |
| 203 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 204 | <name>compiler.framesize</name> |
| 205 | <value>32768</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 206 | <description>The Hyracks frame size that the compiler configures per |
| 207 | job. (Default = "32768" // 32KB) |
| 208 | </description> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 209 | </property> |
| 210 | |
| 211 | <property> |
zheilbron | 9a430b2 | 2013-05-09 16:49:42 -0700 | [diff] [blame] | 212 | <name>web.port</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 213 | <value>19001</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 214 | <description>The port for the ASTERIX web interface. (Default = 19001) |
| 215 | </description> |
| 216 | </property> |
| 217 | |
| 218 | <property> |
zheilbron | 9a430b2 | 2013-05-09 16:49:42 -0700 | [diff] [blame] | 219 | <name>api.port</name> |
icetindil | 1278131 | 2013-06-04 17:56:04 -0700 | [diff] [blame] | 220 | <value>19002</value> |
| 221 | <description>The port for the ASTERIX API server. (Default = 19002) |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 222 | </description> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 223 | </property> |
| 224 | |
| 225 | <property> |
zheilbron | 9a430b2 | 2013-05-09 16:49:42 -0700 | [diff] [blame] | 226 | <name>log.level</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 227 | <value>INFO</value> |
zheilbron | e2eb6ef | 2013-05-09 14:47:52 -0700 | [diff] [blame] | 228 | <description>The minimum log level to be displayed. (Default = INFO) |
| 229 | </description> |
ramangrover29 | 911d0ff | 2013-04-23 12:47:34 -0700 | [diff] [blame] | 230 | </property> |
ramangrover29 | 57ec18e | 2013-04-16 11:42:30 -0700 | [diff] [blame] | 231 | </asterixConfiguration> |