Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 1 | ; Licensed to the Apache Software Foundation (ASF) under one |
| 2 | ; or more contributor license agreements. See the NOTICE file |
| 3 | ; distributed with this work for additional information |
| 4 | ; regarding copyright ownership. The ASF licenses this file |
| 5 | ; to you under the Apache License, Version 2.0 (the |
| 6 | ; "License"); you may not use this file except in compliance |
| 7 | ; with the License. You may obtain a copy of the License at |
| 8 | ; |
| 9 | ; http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | ; |
| 11 | ; Unless required by applicable law or agreed to in writing, |
| 12 | ; software distributed under the License is distributed on an |
| 13 | ; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 14 | ; KIND, either express or implied. See the License for the |
| 15 | ; specific language governing permissions and limitations |
| 16 | ; under the License. |
| 17 | |
| 18 | [nc/asterix_nc1] |
| 19 | txn.log.dir=target/tmp/asterix_nc1/txnlog |
| 20 | core.dump.dir=target/tmp/asterix_nc1/coredump |
Michael Blow | d753479 | 2018-02-04 17:06:18 -0500 | [diff] [blame] | 21 | iodevices=asterix_nc1/iodevice1,asterix_nc1/iodevice2 |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 22 | nc.api.port=19004 |
| 23 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
| 24 | |
| 25 | [nc/asterix_nc2] |
| 26 | ncservice.port=9091 |
| 27 | txn.log.dir=target/tmp/asterix_nc2/txnlog |
| 28 | core.dump.dir=target/tmp/asterix_nc2/coredump |
Michael Blow | d753479 | 2018-02-04 17:06:18 -0500 | [diff] [blame] | 29 | iodevices=asterix_nc2/iodevice1,asterix_nc2/iodevice2 |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 30 | nc.api.port=19005 |
| 31 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
| 32 | |
| 33 | [nc] |
| 34 | address=127.0.0.1 |
| 35 | command=asterixnc |
| 36 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
| 37 | jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory" |
| 38 | storage.buffercache.pagesize=32KB |
| 39 | storage.buffercache.size=48MB |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 40 | storage.memorycomponent.globalbudget=512MB |
| 41 | |
| 42 | [cc] |
| 43 | address = 127.0.0.1 |
| 44 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
| 45 | heartbeat.period=2000 |
Michael Blow | 2814f24 | 2018-01-23 20:34:48 -0500 | [diff] [blame] | 46 | heartbeat.max.misses=25 |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 47 | |
| 48 | [common] |
Ian Maxon | 31fb2e7 | 2018-08-13 18:43:21 -0700 | [diff] [blame] | 49 | log.dir = logs/ |
Murtadha Hubail | af4018d | 2017-12-15 17:56:38 +0300 | [diff] [blame] | 50 | log.level = WARN |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 51 | compiler.framesize=32KB |
| 52 | compiler.sortmemory=320KB |
| 53 | compiler.groupmemory=160KB |
| 54 | compiler.joinmemory=256KB |
Taewoo Kim | afe0d3d | 2018-02-18 19:12:08 -0800 | [diff] [blame] | 55 | compiler.textsearchmemory=160KB |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 56 | compiler.windowmemory=192KB |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 57 | compiler.parallelism=3 |
| 58 | messaging.frame.size=4096 |
| 59 | messaging.frame.count=512 |