Ian Maxon | 928bbd1 | 2015-09-14 17:12:48 -0700 | [diff] [blame] | 1 | <!-- |
| 2 | ! Licensed to the Apache Software Foundation (ASF) under one |
| 3 | ! or more contributor license agreements. See the NOTICE file |
| 4 | ! distributed with this work for additional information |
| 5 | ! regarding copyright ownership. The ASF licenses this file |
| 6 | ! to you under the Apache License, Version 2.0 (the |
| 7 | ! "License"); you may not use this file except in compliance |
| 8 | ! with the License. You may obtain a copy of the License at |
| 9 | ! |
| 10 | ! http://www.apache.org/licenses/LICENSE-2.0 |
| 11 | ! |
| 12 | ! Unless required by applicable law or agreed to in writing, |
| 13 | ! software distributed under the License is distributed on an |
| 14 | ! "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 15 | ! KIND, either express or implied. See the License for the |
| 16 | ! specific language governing permissions and limitations |
| 17 | ! under the License. |
| 18 | !--> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 19 | <asterixConfiguration xmlns="asterixconf"> |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 20 | <metadataNode>nc1</metadataNode> |
| 21 | <store> |
| 22 | <ncId>nc1</ncId> |
| 23 | <storeDirs>nc1data</storeDirs> |
| 24 | </store> |
| 25 | <store> |
| 26 | <ncId>nc2</ncId> |
| 27 | <storeDirs>nc2data</storeDirs> |
| 28 | </store> |
| 29 | <transactionLogDir> |
| 30 | <ncId>nc1</ncId> |
| 31 | <txnLogDirPath>target/txnLogDir/nc1</txnLogDirPath> |
| 32 | </transactionLogDir> |
| 33 | <transactionLogDir> |
| 34 | <ncId>nc2</ncId> |
| 35 | <txnLogDirPath>target/txnLogDir/nc2</txnLogDirPath> |
| 36 | </transactionLogDir> |
ramangrover29 | 9281205b | 2013-10-29 01:18:18 +0530 | [diff] [blame] | 37 | |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 38 | <property> |
| 39 | <name>max.wait.active.cluster</name> |
| 40 | <value>60</value> |
| 41 | <description>Maximum wait (in seconds) for a cluster to be ACTIVE (all |
| 42 | nodes are available) |
| 43 | before a submitted query/statement can be |
| 44 | executed. (Default = 60 seconds) |
| 45 | </description> |
| 46 | </property> |
ramangrover29 | 9281205b | 2013-10-29 01:18:18 +0530 | [diff] [blame] | 47 | |
Young-Seok | 5eba6a0 | 2013-08-29 17:30:40 -0700 | [diff] [blame] | 48 | <property> |
| 49 | <name>log.level</name> |
| 50 | <value>WARNING</value> |
| 51 | <description>Log level for running tests/build</description> |
| 52 | </property> |
| 53 | <property> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 54 | <name>compiler.framesize</name> |
| 55 | <value>32768</value> |
| 56 | </property> |
| 57 | <property> |
| 58 | <name>compiler.sortmemory</name> |
JavierJia | 6510072 | 2015-06-17 16:19:25 -0700 | [diff] [blame] | 59 | <value>163840</value> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 60 | </property> |
| 61 | <property> |
| 62 | <name>compiler.groupmemory</name> |
JavierJia | 6510072 | 2015-06-17 16:19:25 -0700 | [diff] [blame] | 63 | <value>163840</value> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 64 | </property> |
| 65 | <property> |
| 66 | <name>compiler.joinmemory</name> |
JavierJia | 6510072 | 2015-06-17 16:19:25 -0700 | [diff] [blame] | 67 | <value>163840</value> |
Yingyi Bu | 362b884 | 2014-05-26 00:01:18 -0700 | [diff] [blame] | 68 | </property> |
| 69 | <property> |
salsubaiee | 801bffe | 2013-09-22 23:42:35 -0700 | [diff] [blame] | 70 | <name>storage.buffercache.pagesize</name> |
| 71 | <value>32768</value> |
| 72 | <description>The page size in bytes for pages in the buffer cache. |
| 73 | (Default = "32768" // 32KB) |
| 74 | </description> |
| 75 | </property> |
| 76 | <property> |
| 77 | <name>storage.buffercache.size</name> |
| 78 | <value>33554432</value> |
| 79 | <description>The size of memory allocated to the disk buffer cache. |
| 80 | The value should be a multiple of the buffer cache page size(Default |
| 81 | = "33554432" // 32MB) |
| 82 | </description> |
| 83 | </property> |
| 84 | <property> |
zheilbron | 5287c4a | 2013-06-05 00:09:29 -0700 | [diff] [blame] | 85 | <name>storage.memorycomponent.numpages</name> |
| 86 | <value>8</value> |
| 87 | <description>The number of pages to allocate for a memory component. |
| 88 | (Default = 8) |
| 89 | </description> |
| 90 | </property> |
kereno | f13678d | 2014-07-15 15:57:39 -0700 | [diff] [blame] | 91 | <property> |
| 92 | <name>plot.activate</name> |
| 93 | <value>false</value> |
| 94 | <description>Enabling plot of Algebricks plan to tmp folder. (Default = false) |
| 95 | </description> |
| 96 | </property> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 97 | </asterixConfiguration> |