blob: 47171e07175538cba0313d08bad315e192539e06 [file] [log] [blame]
Murtadha Hubail595a0f32018-12-09 03:43:12 +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=target/tmp/asterix_nc1/iodevice1,../asterix-server/target/tmp/asterix_nc1/iodevice2
22nc.api.port=19004
23key.store.path=security/nc1/asterix_nc1.jks
24key.store.password=asterixdb
25trust.store.path=security/root/root.truststore
26replication.listen.port=2001
27#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
28
29[nc/asterix_nc2]
30ncservice.port=9091
31txn.log.dir=target/tmp/asterix_nc2/txnlog
32core.dump.dir=target/tmp/asterix_nc2/coredump
33iodevices=target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2
34nc.api.port=19005
35key.store.path=security/nc2/asterix_nc2.jks
36key.store.password=asterixdb
37trust.store.path=security/root/root.truststore
38replication.listen.port=2002
39#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5007
40
41[nc]
42address=127.0.0.1
43command=asterixnc
44app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
45jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
46storage.buffercache.pagesize=32KB
Murtadha Hubaila0407102019-09-23 15:51:29 +030047storage.buffercache.size=128MB
Murtadha Hubail595a0f32018-12-09 03:43:12 +030048storage.memorycomponent.globalbudget=512MB
49
50[cc]
51address = 127.0.0.1
52app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
53heartbeat.period=2000
54heartbeat.max.misses=25
55key.store.path=security/cc/cc.jks
56key.store.password=asterixdb
57trust.store.path=security/root/root.truststore
58
59[common]
60log.dir = logs/
61log.level = INFO
62compiler.framesize=32KB
63compiler.sortmemory=320KB
64compiler.groupmemory=160KB
Shiva638dbd82020-11-05 10:39:30 -080065compiler.joinmemory=256KB
Murtadha Hubail595a0f32018-12-09 03:43:12 +030066compiler.textsearchmemory=160KB
Dmitry Lychagin19b48f52019-02-26 13:17:07 -080067compiler.windowmemory=192KB
Murtadha Hubail595a0f32018-12-09 03:43:12 +030068messaging.frame.size=4096
69messaging.frame.count=512
luochenec22e7a2020-10-05 17:05:14 -070070ssl.enabled=true
71txn.lock.table.size=1000