Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -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 | nc.api.port=19004 |
| 23 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006 |
| 24 | |
| 25 | [nc/asterix_nc2] |
| 26 | ncservice.port=9091 |
| 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 | nc.api.port=19005 |
| 31 | #jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007 |
| 32 | |
| 33 | [nc] |
| 34 | address=127.0.0.1 |
| 35 | command=asterixnc |
| 36 | app.class=org.apache.asterix.hyracks.bootstrap.NCApplication |
| 37 | jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory" |
Murtadha Hubail | a040710 | 2019-09-23 15:51:29 +0300 | [diff] [blame] | 38 | storage.buffercache.size=128MB |
Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -0800 | [diff] [blame] | 39 | storage.memorycomponent.globalbudget=512MB |
Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -0800 | [diff] [blame] | 40 | |
| 41 | [cc] |
| 42 | address = 127.0.0.1 |
| 43 | app.class=org.apache.asterix.hyracks.bootstrap.CCApplication |
| 44 | heartbeat.period=2000 |
| 45 | heartbeat.max.misses=25 |
| 46 | |
| 47 | [common] |
| 48 | log.level = INFO |
Vijay Sarathy | 243ef2a | 2022-08-23 11:56:56 -0700 | [diff] [blame] | 49 | compiler.cbo=false |
| 50 | compiler.cbotest=true |
Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -0800 | [diff] [blame] | 51 | compiler.framesize=32KB |
| 52 | compiler.sortmemory=320KB |
| 53 | compiler.groupmemory=160KB |
Shiva | 638dbd8 | 2020-11-05 10:39:30 -0800 | [diff] [blame] | 54 | compiler.joinmemory=256KB |
Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -0800 | [diff] [blame] | 55 | compiler.textsearchmemory=160KB |
Dmitry Lychagin | 19b48f5 | 2019-02-26 13:17:07 -0800 | [diff] [blame] | 56 | compiler.windowmemory=192KB |
Wail Alkowaileet | 5aeba9b | 2018-11-06 18:52:34 -0800 | [diff] [blame] | 57 | messaging.frame.size=4096 |
| 58 | messaging.frame.count=512 |
Murtadha Hubail | 0eeb356 | 2020-09-08 13:49:43 +0300 | [diff] [blame] | 59 | storage.compression.block=snappy |
Michael Blow | 0f3fb3b | 2023-07-28 12:25:11 -0400 | [diff] [blame] | 60 | storage.buffercache.pagesize=32KB |