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. |
| 20 | (Default = 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> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 25 | <name>storage.buffercache.numpages</name> |
| 26 | <value>1024</value> |
| 27 | <description>The number of pages allocated to the disk buffer cache. |
| 28 | (Default = 1024) |
| 29 | </description> |
| 30 | </property> |
| 31 | |
| 32 | <property> |
| 33 | <name>storage.buffercache.maxopenfiles</name> |
| 34 | <value>214748364</value> |
| 35 | <description>The maximum number of open files in the buffer cache. |
| 36 | (Default = 214748364) |
| 37 | </description> |
| 38 | </property> |
| 39 | |
| 40 | <property> |
| 41 | <name>storage.memorycomponent.pagesize</name> |
| 42 | <value>32768</value> |
| 43 | <description>The page size in bytes for pages allocated to memory |
| 44 | components. (Default = 32KB) |
| 45 | </description> |
| 46 | </property> |
| 47 | |
| 48 | <property> |
| 49 | <name>storage.memorycomponent.numpages</name> |
| 50 | <value>4096</value> |
| 51 | <description>The number of pages to allocate for a memory component. |
| 52 | (Default = 4096) |
| 53 | </description> |
| 54 | </property> |
| 55 | |
| 56 | <property> |
| 57 | <name>storage.memorycomponent.globalbudget</name> |
| 58 | <value>1073741824</value> |
| 59 | <description>The total size of memory in bytes that the sum of all |
| 60 | open memory |
| 61 | components cannot exceed. (Default = 1073741824 // 1GB) |
| 62 | </description> |
| 63 | </property> |
| 64 | |
| 65 | <property> |
| 66 | <name>storage.lsm.mergethreshold</name> |
| 67 | <value>3</value> |
| 68 | <description>The number of on-disk components an LSM index can have |
| 69 | before a merge is triggered. (Default = 3) |
| 70 | </description> |
| 71 | </property> |
| 72 | |
| 73 | <property> |
| 74 | <name>txn.log.buffer.numpages</name> |
ramangrover29 | 9104494 | 2013-05-01 23:39:29 -0700 | [diff] [blame] | 75 | <value>8</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 76 | <description></description> |
| 77 | </property> |
| 78 | |
| 79 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 80 | <name>txn.log.buffer.pagesize</name> |
| 81 | <value>131072</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 82 | <description></description> |
| 83 | </property> |
| 84 | |
| 85 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 86 | <name>txn.log.partitionsize</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 87 | <value>2147483648</value> |
| 88 | <description></description> |
| 89 | </property> |
| 90 | |
| 91 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 92 | <name>txn.log.groupcommitinterval</name> |
| 93 | <value>200</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 94 | <description></description> |
| 95 | </property> |
| 96 | |
| 97 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 98 | <name>txn.log.checkpoint.lsnthreshold</name> |
| 99 | <value>67108864</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 100 | <description></description> |
| 101 | </property> |
| 102 | |
| 103 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 104 | <name>txn.log.checkpoint.pollfrequency</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 105 | <value>120</value> |
| 106 | <description></description> |
| 107 | </property> |
| 108 | |
| 109 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 110 | <name>txn.lock.escalationthreshold</name> |
| 111 | <value>1000</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 112 | <description></description> |
| 113 | </property> |
| 114 | |
| 115 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 116 | <name>txn.lock.shrinktimer</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 117 | <value>120000</value> |
| 118 | <description></description> |
| 119 | </property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 120 | |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 121 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 122 | <name>compiler.sortmemory</name> |
| 123 | <value>536870912</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 124 | <description></description> |
| 125 | </property> |
| 126 | |
| 127 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 128 | <name>compiler.joinmemory</name> |
| 129 | <value>536870912</value> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 130 | <description></description> |
| 131 | </property> |
| 132 | |
| 133 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 134 | <name>compiler.framesize</name> |
| 135 | <value>32768</value> |
| 136 | <description></description> |
| 137 | </property> |
| 138 | |
| 139 | <property> |
| 140 | <name>external.webport</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 141 | <value>19001</value> |
| 142 | <description></description> |
| 143 | </property> |
| 144 | |
| 145 | <property> |
zheilbron | 9c5793c | 2013-05-07 11:16:07 -0700 | [diff] [blame] | 146 | <name>external.loglevel</name> |
zheilbron | ff6fe59 | 2013-05-04 23:11:15 -0700 | [diff] [blame] | 147 | <value>INFO</value> |
| 148 | <description></description> |
ramangrover29 | 911d0ff | 2013-04-23 12:47:34 -0700 | [diff] [blame] | 149 | </property> |
ramangrover29 | 57ec18e | 2013-04-16 11:42:30 -0700 | [diff] [blame] | 150 | </asterixConfiguration> |