blob: e3e779e17d7322e73d8915e39fad14282016a13a [file] [log] [blame]
Murtadha Hubailc284d362023-05-15 19:09:50 +03001<<<<<<< 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]
21txn.log.dir=target/tmp/asterix_nc1/txnlog
22core.dump.dir=target/tmp/asterix_nc1/coredump
23iodevices=asterix_nc1/iodevice1
24iodevices=asterix_nc1/iodevice2
25nc.api.port=19004
26#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
27
28[nc/asterix_nc2]
29ncservice.port=9091
30txn.log.dir=target/tmp/asterix_nc2/txnlog
31core.dump.dir=target/tmp/asterix_nc2/coredump
32iodevices=asterix_nc2/iodevice1
33iodevices=asterix_nc2/iodevice2
34nc.api.port=19005
35#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007
36
37[nc]
38address=127.0.0.1
39command=asterixnc
40app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
41jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
42storage.buffercache.size=128MB
43storage.memorycomponent.globalbudget=512MB
44storage.io.scheduler=greedy
45storage.filtered.memorycomponent.max.size=16MB
46
47[cc]
48address = 127.0.0.1
49app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
50heartbeat.period=2000
51heartbeat.max.misses=25
52
53[common]
54log.dir = logs/
55log.level = INFO
56compiler.cbo=false
57compiler.cbotest=true
58compiler.queryplanshape=zigzag
59compiler.framesize=32KB
60compiler.sortmemory=320KB
61compiler.groupmemory=160KB
62compiler.joinmemory=256KB
63compiler.textsearchmemory=160KB
64compiler.windowmemory=192KB
65compiler.sort.parallel=false
66compiler.internal.sanitycheck=true
67messaging.frame.size=4096
68messaging.frame.count=512
69storage.buffercache.pagesize=32KB
70storage.partitioning=static
71>>>>>>> CHANGE (337517 [NO ISSUE][OTH] Move page size storage config to common conf)