Murtadha Hubail | c284d36 | 2023-05-15 19:09:50 +0300 | [diff] [blame^] | 1 | <<<<<<< HEAD (5f076a [ASTERIXDB-3221][REPL] Use IO scheduler for replication ops) |
| 2 | ======= |
| 3 | ; Licensed to the Apache Software Foundation (ASF) under one |
| 4 | ; or more contributor license agreements. See the NOTICE file |
| 5 | ; distributed with this work for additional information |
| 6 | ; regarding copyright ownership. The ASF licenses this file |
| 7 | ; to you under the Apache License, Version 2.0 (the |
| 8 | ; "License"); you may not use this file except in compliance |
| 9 | ; with the License. You may obtain a copy of the License at |
| 10 | ; |
| 11 | ; http://www.apache.org/licenses/LICENSE-2.0 |
| 12 | ; |
| 13 | ; Unless required by applicable law or agreed to in writing, |
| 14 | ; software distributed under the License is distributed on an |
| 15 | ; "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY |
| 16 | ; KIND, either express or implied. See the License for the |
| 17 | ; specific language governing permissions and limitations |
| 18 | ; under the License. |
| 19 | |
| 20 | [nc/asterix_nc1] |
| 21 | txn.log.dir=target/tmp/asterix_nc1/txnlog |
| 22 | core.dump.dir=target/tmp/asterix_nc1/coredump |
| 23 | iodevices=asterix_nc1/iodevice1 |
| 24 | iodevices=asterix_nc1/iodevice2 |
| 25 | nc.api.port=19004 |
| 26 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
| 27 | |
| 28 | [nc/asterix_nc2] |
| 29 | ncservice.port=9091 |
| 30 | txn.log.dir=target/tmp/asterix_nc2/txnlog |
| 31 | core.dump.dir=target/tmp/asterix_nc2/coredump |
| 32 | iodevices=asterix_nc2/iodevice1 |
| 33 | iodevices=asterix_nc2/iodevice2 |
| 34 | nc.api.port=19005 |
| 35 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
| 36 | |
| 37 | [nc] |
| 38 | address=127.0.0.1 |
| 39 | command=asterixnc |
| 40 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
| 41 | jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory" |
| 42 | storage.buffercache.size=128MB |
| 43 | storage.memorycomponent.globalbudget=512MB |
| 44 | storage.io.scheduler=greedy |
| 45 | storage.filtered.memorycomponent.max.size=16MB |
| 46 | |
| 47 | [cc] |
| 48 | address = 127.0.0.1 |
| 49 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
| 50 | heartbeat.period=2000 |
| 51 | heartbeat.max.misses=25 |
| 52 | |
| 53 | [common] |
| 54 | log.dir = logs/ |
| 55 | log.level = INFO |
| 56 | compiler.cbo=false |
| 57 | compiler.cbotest=true |
| 58 | compiler.queryplanshape=zigzag |
| 59 | compiler.framesize=32KB |
| 60 | compiler.sortmemory=320KB |
| 61 | compiler.groupmemory=160KB |
| 62 | compiler.joinmemory=256KB |
| 63 | compiler.textsearchmemory=160KB |
| 64 | compiler.windowmemory=192KB |
| 65 | compiler.sort.parallel=false |
| 66 | compiler.internal.sanitycheck=true |
| 67 | messaging.frame.size=4096 |
| 68 | messaging.frame.count=512 |
| 69 | storage.buffercache.pagesize=32KB |
| 70 | storage.partitioning=static |
| 71 | >>>>>>> CHANGE (337517 [NO ISSUE][OTH] Move page size storage config to common conf) |