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 |
Ian Maxon | bdea5ef | 2020-09-21 20:53:43 -0700 | [diff] [blame] | 21 | iodevices=asterix_nc1/iodevice1 |
| 22 | iodevices=asterix_nc1/iodevice2 |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 23 | nc.api.port=19004 |
| 24 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
| 25 | |
| 26 | [nc/asterix_nc2] |
| 27 | ncservice.port=9091 |
| 28 | txn.log.dir=target/tmp/asterix_nc2/txnlog |
| 29 | core.dump.dir=target/tmp/asterix_nc2/coredump |
Ian Maxon | bdea5ef | 2020-09-21 20:53:43 -0700 | [diff] [blame] | 30 | iodevices=asterix_nc2/iodevice1 |
Ian Maxon | 4df7603 | 2021-11-01 16:19:17 -0700 | [diff] [blame] | 31 | iodevices=asterix_nc2/iodevice2 |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 32 | nc.api.port=19005 |
| 33 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
| 34 | |
| 35 | [nc] |
| 36 | address=127.0.0.1 |
| 37 | command=asterixnc |
| 38 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
| 39 | jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory" |
Murtadha Hubail | a040710 | 2019-09-23 15:51:29 +0300 | [diff] [blame] | 40 | storage.buffercache.size=128MB |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 41 | storage.memorycomponent.globalbudget=512MB |
luochen | 7f5b547 | 2019-09-26 08:58:26 -0700 | [diff] [blame] | 42 | storage.io.scheduler=greedy |
luochen | bbf10b3 | 2020-04-25 09:08:57 -0700 | [diff] [blame] | 43 | storage.filtered.memorycomponent.max.size=16MB |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 44 | |
| 45 | [cc] |
| 46 | address = 127.0.0.1 |
| 47 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
| 48 | heartbeat.period=2000 |
Michael Blow | 2814f24 | 2018-01-23 20:34:48 -0500 | [diff] [blame] | 49 | heartbeat.max.misses=25 |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 50 | |
| 51 | [common] |
Ian Maxon | 31fb2e7 | 2018-08-13 18:43:21 -0700 | [diff] [blame] | 52 | log.dir = logs/ |
Wail Alkowaileet | 782b89a | 2023-11-09 14:33:21 -0800 | [diff] [blame] | 53 | log.level = DEBUG |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 54 | compiler.framesize=32KB |
| 55 | compiler.sortmemory=320KB |
| 56 | compiler.groupmemory=160KB |
Shiva | 638dbd8 | 2020-11-05 10:39:30 -0800 | [diff] [blame] | 57 | compiler.joinmemory=256KB |
Taewoo Kim | afe0d3d | 2018-02-18 19:12:08 -0800 | [diff] [blame] | 58 | compiler.textsearchmemory=160KB |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 59 | compiler.windowmemory=192KB |
Ali Alsuliman | 80225e2 | 2018-10-15 14:17:07 -0700 | [diff] [blame] | 60 | compiler.sort.parallel=false |
Dmitry Lychagin | 7656403 | 2020-08-31 12:06:00 -0700 | [diff] [blame] | 61 | compiler.internal.sanitycheck=true |
Ian Maxon | 5dcf139 | 2017-12-14 12:27:45 -0800 | [diff] [blame] | 62 | messaging.frame.size=4096 |
| 63 | messaging.frame.count=512 |
Murtadha Hubail | 3375178 | 2023-05-15 19:09:50 +0300 | [diff] [blame] | 64 | storage.buffercache.pagesize=32KB |