summaryrefslogtreecommitdiff
path: root/ctdb/config/ctdb.sysconfig
blob: 2ec0e9d373e15401b6668acb2be9421c27c58ae3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# If using SYSV init, install this as /etc/sysconfig/ctdb,
# /etc/default/ctdb or similar

# Allow 1M open files
ulimit -n 1048576

# Allow core files to be created
ulimit -c unlimited

# Useful if default detection doesn't work
# CTDB_INIT_STYLE=debian

# If ctdbd takes a long time to start
# CTDB_STARTUP_TIMEOUT=20