Till Westmann | ea8ab39 | 2013-06-05 15:17:08 -0700 | [diff] [blame^] | 1 | <!-- |
| 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 | !--> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 15 | <asterixConfiguration xmlns="asterixconf"> |
ramangrover29 | 6c282a1 | 2013-04-28 22:52:35 -0700 | [diff] [blame] | 16 | <metadataNode>nc1</metadataNode> |
| 17 | <store> |
| 18 | <ncId>nc1</ncId> |
| 19 | <storeDirs>nc1data</storeDirs> |
| 20 | </store> |
| 21 | <store> |
| 22 | <ncId>nc2</ncId> |
| 23 | <storeDirs>nc2data</storeDirs> |
| 24 | </store> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 25 | <property> |
ramangrover29 | 91949ed | 2013-05-10 07:53:18 -0700 | [diff] [blame] | 26 | <name>log.level</name> |
ramangrover29 | 8fbc5fb | 2013-05-02 10:52:21 -0700 | [diff] [blame] | 27 | <value>WARNING</value> |
ramangrover29 | 72db644 | 2013-05-15 12:57:10 -0700 | [diff] [blame] | 28 | <description>Log level for running tests/build</description> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 29 | </property> |
icetindil | 91f94b5 | 2013-05-31 16:02:23 -0700 | [diff] [blame] | 30 | <property> |
zheilbron | 5287c4a | 2013-06-05 00:09:29 -0700 | [diff] [blame] | 31 | <name>storage.memorycomponent.numpages</name> |
| 32 | <value>8</value> |
| 33 | <description>The number of pages to allocate for a memory component. |
| 34 | (Default = 8) |
| 35 | </description> |
| 36 | </property> |
| 37 | <property> |
icetindil | 91f94b5 | 2013-05-31 16:02:23 -0700 | [diff] [blame] | 38 | <name>txn.log.groupcommitinterval</name> |
| 39 | <value>1</value> |
| 40 | <description>The group commit wait time in milliseconds.</description> |
| 41 | </property> |
ramangrover29 | 330a541 | 2013-04-29 20:59:17 -0700 | [diff] [blame] | 42 | </asterixConfiguration> |