blob: 9920ecfbf24a010132b88ce7182c14bc3789bfb3 [file] [log] [blame]
ramangrover2957ec18e2013-04-16 11:42:30 -07001<asterixConfiguration xmlns="asterixconf">
ramangrover2957ec18e2013-04-16 11:42:30 -07002
Raman Grover27a0c4c2013-04-16 17:29:40 -07003 <property>
zheilbronff6fe592013-05-04 23:11:15 -07004 <name>nc.java.opts</name>
Raman Grover27a0c4c2013-04-16 17:29:40 -07005 <value>-Xmx1024m</value>
zheilbronff6fe592013-05-04 23:11:15 -07006 <description>JVM parameters for each Node Contoller (NC)</description>
Raman Grover27a0c4c2013-04-16 17:29:40 -07007 </property>
8
9 <property>
zheilbronff6fe592013-05-04 23:11:15 -070010 <name>cc.java.opts</name>
Raman Grover27a0c4c2013-04-16 17:29:40 -070011 <value>-Xmx1024m</value>
zheilbronff6fe592013-05-04 23:11:15 -070012 <description>JVM parameters for each Cluster Contoller (CC)
13 </description>
Raman Grover27a0c4c2013-04-16 17:29:40 -070014 </property>
15
16 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070017 <name>storage.buffercache.pagesize</name>
zheilbronff6fe592013-05-04 23:11:15 -070018 <value>32768</value>
zheilbron9c5793c2013-05-07 11:16:07 -070019 <description>The page size in bytes for pages in the buffer cache.
20 (Default = 32KB)
zheilbronff6fe592013-05-04 23:11:15 -070021 </description>
ramangrover29911d0ff2013-04-23 12:47:34 -070022 </property>
23
24 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070025 <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>
ramangrover2991044942013-05-01 23:39:29 -070075 <value>8</value>
zheilbronff6fe592013-05-04 23:11:15 -070076 <description></description>
77 </property>
78
79 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070080 <name>txn.log.buffer.pagesize</name>
81 <value>131072</value>
zheilbronff6fe592013-05-04 23:11:15 -070082 <description></description>
83 </property>
84
85 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070086 <name>txn.log.partitionsize</name>
zheilbronff6fe592013-05-04 23:11:15 -070087 <value>2147483648</value>
88 <description></description>
89 </property>
90
91 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070092 <name>txn.log.groupcommitinterval</name>
93 <value>200</value>
zheilbronff6fe592013-05-04 23:11:15 -070094 <description></description>
95 </property>
96
97 <property>
zheilbron9c5793c2013-05-07 11:16:07 -070098 <name>txn.log.checkpoint.lsnthreshold</name>
99 <value>67108864</value>
zheilbronff6fe592013-05-04 23:11:15 -0700100 <description></description>
101 </property>
102
103 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700104 <name>txn.log.checkpoint.pollfrequency</name>
zheilbronff6fe592013-05-04 23:11:15 -0700105 <value>120</value>
106 <description></description>
107 </property>
108
109 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700110 <name>txn.lock.escalationthreshold</name>
111 <value>1000</value>
zheilbronff6fe592013-05-04 23:11:15 -0700112 <description></description>
113 </property>
114
115 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700116 <name>txn.lock.shrinktimer</name>
zheilbronff6fe592013-05-04 23:11:15 -0700117 <value>120000</value>
118 <description></description>
119 </property>
zheilbron9c5793c2013-05-07 11:16:07 -0700120
zheilbronff6fe592013-05-04 23:11:15 -0700121 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700122 <name>compiler.sortmemory</name>
123 <value>536870912</value>
zheilbronff6fe592013-05-04 23:11:15 -0700124 <description></description>
125 </property>
126
127 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700128 <name>compiler.joinmemory</name>
129 <value>536870912</value>
zheilbronff6fe592013-05-04 23:11:15 -0700130 <description></description>
131 </property>
132
133 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700134 <name>compiler.framesize</name>
135 <value>32768</value>
136 <description></description>
137 </property>
138
139 <property>
140 <name>external.webport</name>
zheilbronff6fe592013-05-04 23:11:15 -0700141 <value>19001</value>
142 <description></description>
143 </property>
144
145 <property>
zheilbron9c5793c2013-05-07 11:16:07 -0700146 <name>external.loglevel</name>
zheilbronff6fe592013-05-04 23:11:15 -0700147 <value>INFO</value>
148 <description></description>
ramangrover29911d0ff2013-04-23 12:47:34 -0700149 </property>
ramangrover2957ec18e2013-04-16 11:42:30 -0700150</asterixConfiguration>