blob: 5d734f8d33124e28fa5044cc041430a89cf17d72 [file] [log] [blame]
Ian Maxon5dcf1392017-12-14 12:27:45 -08001; 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]
19txn.log.dir=target/tmp/asterix_nc1/txnlog
20core.dump.dir=target/tmp/asterix_nc1/coredump
Ian Maxonbdea5ef2020-09-21 20:53:43 -070021iodevices=asterix_nc1/iodevice1
22iodevices=asterix_nc1/iodevice2
Ian Maxon5dcf1392017-12-14 12:27:45 -080023nc.api.port=19004
24#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
25
26[nc/asterix_nc2]
27ncservice.port=9091
28txn.log.dir=target/tmp/asterix_nc2/txnlog
29core.dump.dir=target/tmp/asterix_nc2/coredump
Ian Maxonbdea5ef2020-09-21 20:53:43 -070030iodevices=asterix_nc2/iodevice1
Ian Maxon4df76032021-11-01 16:19:17 -070031iodevices=asterix_nc2/iodevice2
Ian Maxon5dcf1392017-12-14 12:27:45 -080032nc.api.port=19005
33#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007
34
35[nc]
36address=127.0.0.1
37command=asterixnc
38app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
39jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
Murtadha Hubaila0407102019-09-23 15:51:29 +030040storage.buffercache.size=128MB
Ian Maxon5dcf1392017-12-14 12:27:45 -080041storage.memorycomponent.globalbudget=512MB
luochen7f5b5472019-09-26 08:58:26 -070042storage.io.scheduler=greedy
luochenbbf10b32020-04-25 09:08:57 -070043storage.filtered.memorycomponent.max.size=16MB
Ian Maxon5dcf1392017-12-14 12:27:45 -080044
45[cc]
46address = 127.0.0.1
47app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
48heartbeat.period=2000
Michael Blow2814f242018-01-23 20:34:48 -050049heartbeat.max.misses=25
Ian Maxon5dcf1392017-12-14 12:27:45 -080050
51[common]
Ian Maxon31fb2e72018-08-13 18:43:21 -070052log.dir = logs/
Wail Alkowaileet782b89a2023-11-09 14:33:21 -080053log.level = DEBUG
Ian Maxon5dcf1392017-12-14 12:27:45 -080054compiler.framesize=32KB
55compiler.sortmemory=320KB
56compiler.groupmemory=160KB
Shiva638dbd82020-11-05 10:39:30 -080057compiler.joinmemory=256KB
Taewoo Kimafe0d3d2018-02-18 19:12:08 -080058compiler.textsearchmemory=160KB
Dmitry Lychagin19b48f52019-02-26 13:17:07 -080059compiler.windowmemory=192KB
Ali Alsuliman80225e22018-10-15 14:17:07 -070060compiler.sort.parallel=false
Dmitry Lychagin76564032020-08-31 12:06:00 -070061compiler.internal.sanitycheck=true
Ian Maxon5dcf1392017-12-14 12:27:45 -080062messaging.frame.size=4096
63messaging.frame.count=512
Murtadha Hubail33751782023-05-15 19:09:50 +030064storage.buffercache.pagesize=32KB