Michael Blow | e2cf491 | 2017-01-18 15:39:40 -0500 | [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 | |
Chris Hillery | 6eaf277 | 2016-06-24 01:56:30 -0700 | [diff] [blame] | 18 | [nc/asterix_nc1] |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 19 | txn.log.dir=../asterix-server/target/tmp/asterix_nc1/txnlog |
| 20 | core.dump.dir=../asterix-server/target/tmp/asterix_nc1/coredump |
Chris Hillery | 6eaf277 | 2016-06-24 01:56:30 -0700 | [diff] [blame] | 21 | iodevices=../asterix-server/target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2 |
Murtadha Hubail | 489bcc6 | 2017-12-01 15:22:52 +0300 | [diff] [blame] | 22 | nc.api.port=19004 |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 23 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
Chris Hillery | 6eaf277 | 2016-06-24 01:56:30 -0700 | [diff] [blame] | 24 | |
| 25 | [nc/asterix_nc2] |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 26 | ncservice.port=9091 |
| 27 | txn.log.dir=../asterix-server/target/tmp/asterix_nc2/txnlog |
| 28 | core.dump.dir=../asterix-server/target/tmp/asterix_nc2/coredump |
Chris Hillery | 6eaf277 | 2016-06-24 01:56:30 -0700 | [diff] [blame] | 29 | iodevices=../asterix-server/target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2 |
Murtadha Hubail | 489bcc6 | 2017-12-01 15:22:52 +0300 | [diff] [blame] | 30 | nc.api.port=19005 |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 31 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
Chris Hillery | 6eaf277 | 2016-06-24 01:56:30 -0700 | [diff] [blame] | 32 | |
| 33 | [nc] |
| 34 | address=127.0.0.1 |
| 35 | command=asterixnc |
Abdullah Alamoudi | 953eb96 | 2017-03-09 16:35:52 -0800 | [diff] [blame] | 36 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
Michael Blow | ae477ae | 2019-02-06 23:06:32 -0500 | [diff] [blame] | 37 | jvm.args=-Xmx4g |
Chris Hillery | 6eaf277 | 2016-06-24 01:56:30 -0700 | [diff] [blame] | 38 | storage.memorycomponent.globalbudget = 1073741824 |
| 39 | |
Michael Blow | 4c7b5bf | 2017-03-06 21:55:58 -0500 | [diff] [blame] | 40 | [cc] |
| 41 | address = 127.0.0.1 |
Abdullah Alamoudi | 953eb96 | 2017-03-09 16:35:52 -0800 | [diff] [blame] | 42 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
Michael Blow | 2534d27 | 2017-06-14 09:08:22 -0400 | [diff] [blame] | 43 | heartbeat.period=2000 |
Michael Blow | 2814f24 | 2018-01-23 20:34:48 -0500 | [diff] [blame] | 44 | heartbeat.max.misses=25 |
Michael Blow | 2534d27 | 2017-06-14 09:08:22 -0400 | [diff] [blame] | 45 | |
| 46 | [common] |
Michael Blow | ae477ae | 2019-02-06 23:06:32 -0500 | [diff] [blame] | 47 | log.dir = ../asterix-server/target/failsafe-reports/ |
Michael Blow | 2534d27 | 2017-06-14 09:08:22 -0400 | [diff] [blame] | 48 | log.level = INFO |