File: test.conf

package info (click to toggle)
yrmcds 1.1.9-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 940 kB
  • sloc: cpp: 11,149; sh: 148; makefile: 117
file content (28 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Configuration file for yrmcds

virtual_ip	= 127.0.0.1
port		= 1121
repl_port	= 1122
bind_ip		= 10.1.2.3  127.0.1.2
max_connections	= 10000
temp_dir	= "/var/tmp"
user		= nobody
group		= nogroup
log.threshold	= warning
log.file	= "/var/log/yrmcds.log"
buckets		= 1000000
max_data_size	= 5M
heap_data_limit	= 16K
memory_limit	= 1024M
repl_buffer_size= 100
secure_erase	= true
lock_memory	= true
workers		= 10
gc_interval	= 20
slave_timeout	= 15

counter.enable		= true
counter.port		= 11216
counter.max_connections	= 100
counter.buckets		= 1000001
counter.stat_interval	= 12345