blob: 3923222c563704b3724800630d8a6d6b27e8048d [file] [log] [blame]
Murtadha Hubailc284d362023-05-15 19:09:50 +03001; 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
21iodevices=asterix_nc1/iodevice1
22iodevices=asterix_nc1/iodevice2
23nc.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
30iodevices=asterix_nc2/iodevice1
31iodevices=asterix_nc2/iodevice2
32nc.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"
40storage.buffercache.size=128MB
41storage.memorycomponent.globalbudget=512MB
42storage.io.scheduler=greedy
43storage.filtered.memorycomponent.max.size=16MB
44
45[cc]
46address = 127.0.0.1
47app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
48heartbeat.period=2000
49heartbeat.max.misses=25
50
51[common]
52log.dir = logs/
53log.level = INFO
54compiler.cbo=false
55compiler.cbotest=true
56compiler.queryplanshape=zigzag
57compiler.framesize=32KB
58compiler.sortmemory=320KB
59compiler.groupmemory=160KB
60compiler.joinmemory=256KB
61compiler.textsearchmemory=160KB
62compiler.windowmemory=192KB
63compiler.sort.parallel=false
64compiler.internal.sanitycheck=true
65messaging.frame.size=4096
66messaging.frame.count=512
67storage.buffercache.pagesize=32KB
68storage.partitioning=static