Murtadha Hubail | 595a0f3 | 2018-12-09 03:43:12 +0300 | [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 |
| 21 | iodevices=target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2 |
| 22 | nc.api.port=19004 |
| 23 | key.store.path=security/nc1/asterix_nc1.jks |
| 24 | key.store.password=asterixdb |
| 25 | trust.store.path=security/root/root.truststore |
| 26 | replication.listen.port=2001 |
| 27 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
| 28 | |
| 29 | [nc/asterix_nc2] |
| 30 | ncservice.port=9091 |
| 31 | txn.log.dir=target/tmp/asterix_nc2/txnlog |
| 32 | core.dump.dir=target/tmp/asterix_nc2/coredump |
| 33 | iodevices=target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2 |
| 34 | nc.api.port=19005 |
| 35 | key.store.path=security/nc2/asterix_nc2.jks |
| 36 | key.store.password=asterixdb |
| 37 | trust.store.path=security/root/root.truststore |
| 38 | replication.listen.port=2002 |
| 39 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
| 40 | |
| 41 | [nc] |
| 42 | address=127.0.0.1 |
| 43 | command=asterixnc |
| 44 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
| 45 | jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory" |
| 46 | storage.buffercache.pagesize=32KB |
Murtadha Hubail | a040710 | 2019-09-23 15:51:29 +0300 | [diff] [blame] | 47 | storage.buffercache.size=128MB |
Murtadha Hubail | 595a0f3 | 2018-12-09 03:43:12 +0300 | [diff] [blame] | 48 | storage.memorycomponent.globalbudget=512MB |
| 49 | |
| 50 | [cc] |
| 51 | address = 127.0.0.1 |
| 52 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
| 53 | heartbeat.period=2000 |
| 54 | heartbeat.max.misses=25 |
| 55 | key.store.path=security/cc/cc.jks |
| 56 | key.store.password=asterixdb |
| 57 | trust.store.path=security/root/root.truststore |
| 58 | |
| 59 | [common] |
| 60 | log.dir = logs/ |
| 61 | log.level = INFO |
| 62 | compiler.framesize=32KB |
| 63 | compiler.sortmemory=320KB |
| 64 | compiler.groupmemory=160KB |
Shiva | 638dbd8 | 2020-11-05 10:39:30 -0800 | [diff] [blame] | 65 | compiler.joinmemory=256KB |
Murtadha Hubail | 595a0f3 | 2018-12-09 03:43:12 +0300 | [diff] [blame] | 66 | compiler.textsearchmemory=160KB |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 67 | compiler.windowmemory=192KB |
Murtadha Hubail | 595a0f3 | 2018-12-09 03:43:12 +0300 | [diff] [blame] | 68 | messaging.frame.size=4096 |
| 69 | messaging.frame.count=512 |
luochen | ec22e7a | 2020-10-05 17:05:14 -0700 | [diff] [blame] | 70 | ssl.enabled=true |
| 71 | txn.lock.table.size=1000 |