ggalvizo | ab83c3b | 2021-12-22 14:15:50 -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 |
| 21 | iodevices=target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2 |
| 22 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
| 23 | |
| 24 | [nc/asterix_nc2] |
| 25 | ncservice.port=9091 |
| 26 | nc.api.port=19005 |
| 27 | txn.log.dir=target/tmp/asterix_nc2/txnlog |
| 28 | core.dump.dir=target/tmp/asterix_nc2/coredump |
| 29 | iodevices=target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2 |
| 30 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
| 31 | |
| 32 | [nc] |
| 33 | address=127.0.0.1 |
| 34 | command=asterixnc |
| 35 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
| 36 | jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory" |
| 37 | storage.buffercache.pagesize=32KB |
| 38 | storage.buffercache.size=128MB |
| 39 | storage.memorycomponent.globalbudget=512MB |
| 40 | storage.io.scheduler=greedy |
| 41 | storage.filtered.memorycomponent.max.size=16MB |
| 42 | |
| 43 | [cc] |
| 44 | address=127.0.0.1 |
| 45 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
| 46 | heartbeat.period=2000 |
| 47 | heartbeat.max.misses=25 |
| 48 | |
| 49 | [common] |
| 50 | log.dir=logs/ |
| 51 | log.level=INFO |
| 52 | compiler.framesize=32KB |
| 53 | compiler.sortmemory=320KB |
| 54 | compiler.groupmemory=160KB |
| 55 | compiler.joinmemory=256KB |
| 56 | compiler.textsearchmemory=160KB |
| 57 | compiler.windowmemory=192KB |
| 58 | compiler.sort.parallel=false |
| 59 | compiler.internal.sanitycheck=true |
| 60 | messaging.frame.size=4096 |
| 61 | messaging.frame.count=512 |
| 62 | |
| 63 | [extension/org.apache.asterix.graphix.extension.GraphixQueryTranslatorExtension] |
| 64 | enabled=true |
| 65 | [extension/org.apache.asterix.graphix.extension.GraphixLangExtension] |
| 66 | enabled=true |
| 67 | [extension/org.apache.asterix.graphix.extension.GraphixMetadataExtension] |
| 68 | enabled=true |