36 lines
850 B
Plaintext
36 lines
850 B
Plaintext
## foundationdb.conf
|
|
##
|
|
## Configuration file for FoundationDB server processes
|
|
## Full documentation is available at
|
|
## https://apple.github.io/foundationdb/configuration.html#the-configuration-file
|
|
|
|
[fdbmonitor]
|
|
restart_delay = 20
|
|
|
|
[general]
|
|
|
|
## Default parameters for individual fdbserver processes
|
|
[fdbserver]
|
|
public_address = auto:$ID
|
|
listen_address = public
|
|
parentpid = $PID
|
|
# logsize = 10MiB
|
|
# maxlogssize = 100MiB
|
|
# machine_id =
|
|
# datacenter_id =
|
|
# class =
|
|
# memory = 8GiB
|
|
# storage_memory = 1GiB
|
|
# metrics_cluster =
|
|
# metrics_prefix =
|
|
|
|
## An individual fdbserver process with id 4500
|
|
## Parameters set here override defaults from the [fdbserver] section
|
|
[fdbserver.4500]
|
|
|
|
## Default parameters for individual backup_agent processes
|
|
[backup-agent]
|
|
|
|
## An individual backup-agent process
|
|
[backup-agent.1]
|