blob: 68faa1790585c69483e080ebb3b835cad2d3ebb5 [file] [log] [blame]
Murtadha Hubailff016512019-01-06 22:26:14 +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
23
24[nc/asterix_nc2]
25ncservice.port=9091
26txn.log.dir=target/tmp/asterix_nc2/txnlog
27core.dump.dir=target/tmp/asterix_nc2/coredump
28iodevices=target/tmp/asterix_nc2/iodevice1,../asterix-server/target/tmp/asterix_nc2/iodevice2
29nc.api.port=19005
30
31[nc]
32address=127.0.0.1
33command=asterixnc
34app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
35jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
Murtadha Hubaila0407102019-09-23 15:51:29 +030036storage.buffercache.size=128MB
Murtadha Hubailff016512019-01-06 22:26:14 +030037storage.memorycomponent.globalbudget=512MB
Murtadha Hubailff016512019-01-06 22:26:14 +030038
39[cc]
40address = 127.0.0.1
41app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
42heartbeat.period=2000
43heartbeat.max.misses=25
44
45[common]
46log.level = INFO
47compiler.framesize=32KB
48compiler.sortmemory=320KB
49compiler.groupmemory=160KB
50compiler.joinmemory=256KB
51compiler.textsearchmemory=160KB
Dmitry Lychagin19b48f52019-02-26 13:17:07 -080052compiler.windowmemory=192KB
Murtadha Hubailff016512019-01-06 22:26:14 +030053messaging.frame.size=4096
54messaging.frame.count=512
Murtadha Hubailc284d362023-05-15 19:09:50 +030055storage.buffercache.pagesize=32KB
Murtadha Hubail0eeb3562020-09-08 13:49:43 +030056storage.compression.block=snappy
Murtadha Hubailff016512019-01-06 22:26:14 +030057txn.log.checkpoint.pollfrequency=10
Michael Blow8668d2e2020-12-18 17:04:41 -050058txn.dataset.checkpoint.interval=10