blob: 3f456cfa7d9e234e5aa79d67463c983d4c1f3482 [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
Michael Blowd7534792018-02-04 17:06:18 -050021iodevices=asterix_nc1/iodevice1,asterix_nc1/iodevice2
Ian Maxon5dcf1392017-12-14 12:27:45 -080022nc.api.port=19004
23#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
24
25[nc/asterix_nc2]
26ncservice.port=9091
27txn.log.dir=target/tmp/asterix_nc2/txnlog
28core.dump.dir=target/tmp/asterix_nc2/coredump
Michael Blowd7534792018-02-04 17:06:18 -050029iodevices=asterix_nc2/iodevice1,asterix_nc2/iodevice2
Ian Maxon5dcf1392017-12-14 12:27:45 -080030nc.api.port=19005
31#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007
32
33[nc]
34address=127.0.0.1
35command=asterixnc
36app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
37jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
Murtadha Hubaila0407102019-09-23 15:51:29 +030038storage.buffercache.size=128MB
Ian Maxon5dcf1392017-12-14 12:27:45 -080039storage.memorycomponent.globalbudget=512MB
40
41[cc]
42address = 127.0.0.1
43app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
44heartbeat.period=2000
Michael Blow2814f242018-01-23 20:34:48 -050045heartbeat.max.misses=25
Ian Maxon5dcf1392017-12-14 12:27:45 -080046
47[common]
Ian Maxon31fb2e72018-08-13 18:43:21 -070048log.dir = logs/
Murtadha Hubailaf4018d2017-12-15 17:56:38 +030049log.level = WARN
Ian Maxon611d8ae2023-01-26 12:34:10 -080050compiler.cbo=false
51compiler.cbotest=true
52compiler.queryplanshape=zigzag
Ian Maxon5dcf1392017-12-14 12:27:45 -080053compiler.framesize=32KB
54compiler.sortmemory=320KB
55compiler.groupmemory=160KB
56compiler.joinmemory=256KB
Taewoo Kimafe0d3d2018-02-18 19:12:08 -080057compiler.textsearchmemory=160KB
Dmitry Lychagin19b48f52019-02-26 13:17:07 -080058compiler.windowmemory=192KB
Ian Maxon5dcf1392017-12-14 12:27:45 -080059compiler.parallelism=-1
60messaging.frame.size=4096
61messaging.frame.count=512
Murtadha Hubailc284d362023-05-15 19:09:50 +030062storage.buffercache.pagesize=32KB