blob: 23071d65017ae4e16be6ae2d7f411d055c45a28b [file] [log] [blame]
Wail Alkowaileet1ef42682023-05-26 10:48:08 -07001; 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
22nc.api.port=19004
23#jvm.args=-agentlib:jdwp=transport=dt_socket,server=y,suspend=y,address=5006
24
25[nc]
26credential.file=src/test/resources/security/passwd
27python.cmd.autolocate=true
28python.env=FOO=BAR=BAZ,BAR=BAZ
29address=127.0.0.1
30command=asterixnc
31app.class=org.apache.asterix.hyracks.bootstrap.NCApplication
32jvm.args=-Xmx4096m -Dnode.Resolver="org.apache.asterix.external.util.IdentitiyResolverFactory"
33storage.buffercache.size=128MB
34storage.memorycomponent.globalbudget=512MB
Ritik Raj815133a2025-06-16 16:01:36 +053035storage.max.columns.in.zeroth.segment=800
Wail Alkowaileet1ef42682023-05-26 10:48:08 -070036
37[cc]
38address = 127.0.0.1
39app.class=org.apache.asterix.hyracks.bootstrap.CCApplication
40heartbeat.period=2000
41heartbeat.max.misses=25
42credential.file=src/test/resources/security/passwd
43
44[common]
45log.dir = logs/
46log.level = INFO
47compiler.framesize=32KB
48compiler.sortmemory=320KB
49compiler.groupmemory=160KB
50compiler.joinmemory=256KB
51compiler.textsearchmemory=160KB
52compiler.windowmemory=192KB
AnkitPrabhu57aefaa2024-10-15 10:12:16 +053053compiler.ordered.fields=false
Wail Alkowaileet1ef42682023-05-26 10:48:08 -070054messaging.frame.size=4096
55messaging.frame.count=512
Ritik Rajf2ef2822025-06-18 01:53:11 +053056storage.buffercache.pagesize=32KB