2003-02-04 19:09:29 +01:00
|
|
|
##############################
|
2002-11-13 09:00:57 +01:00
|
|
|
#
|
|
|
|
# Firebird configuration file
|
|
|
|
#
|
2003-02-04 19:09:29 +01:00
|
|
|
##############################
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Specify the root directory under which Firebird is installed
|
2001-08-27 17:29:18 +02:00
|
|
|
|
2002-11-13 09:00:57 +01:00
|
|
|
#RootDirectory =
|
2001-08-27 17:29:18 +02:00
|
|
|
|
2003-02-04 19:09:29 +01:00
|
|
|
# ----------------------------
|
|
|
|
# Parameters of the in-memory sorting module
|
2001-08-27 17:29:18 +02:00
|
|
|
|
2003-02-04 19:09:29 +01:00
|
|
|
#SortMemBlockSize = 1048576
|
|
|
|
#SortMemUpperLimit = 67108864
|
2001-08-27 17:29:18 +02:00
|
|
|
|
2003-02-04 19:09:29 +01:00
|
|
|
# ----------------------------
|
2001-08-27 17:29:18 +02:00
|
|
|
# Turn on/off special handling for openning nfs data files
|
|
|
|
#
|
|
|
|
# The following option works if a database file exists on a NFS mounted
|
|
|
|
# partition.
|
|
|
|
# The original behavour in InterBase(r) was to try and connect to a firebird
|
2002-11-13 09:00:57 +01:00
|
|
|
# db server on the remote machine via port 3050, this ensures that all opens
|
2001-08-27 17:29:18 +02:00
|
|
|
# of a file occur on the same machine and locking etc can be handled
|
|
|
|
# appropriately.
|
|
|
|
# However this often causes frustration since often you end up in a position
|
|
|
|
# where you really do want db files to be opened by the local process even
|
|
|
|
# though it resides on a nfs share. So the next option allows us to turn
|
|
|
|
# this 'feature' off.
|
|
|
|
|
2002-11-13 09:00:57 +01:00
|
|
|
#RemoteFileOpenAbility = 0
|
2002-12-03 14:37:06 +01:00
|
|
|
|
2003-02-04 19:09:29 +01:00
|
|
|
# ----------------------------
|
|
|
|
# Does the guardian restart the server every time it crashes?
|
|
|
|
|
|
|
|
#GuardianOption = 1
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Which CPUs should be used
|
|
|
|
|
|
|
|
#CpuAffinityMask = 1
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Backward-compatible parameter ordering as it was in IB/FB1
|
|
|
|
|
2002-12-03 15:12:52 +01:00
|
|
|
#OldParameterOrdering = 0
|
2003-02-04 19:09:29 +01:00
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Various remote stuff parameters
|
|
|
|
|
|
|
|
#TcpRemoteBufferSiz = 8192
|
|
|
|
#TcpNoNagle = 0
|
|
|
|
#IpcMapSize= 4096
|
|
|
|
#ConnectionTimeout = 180
|
|
|
|
#DummyPacketInterval = 60
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Default number of cached database pages
|
|
|
|
|
|
|
|
#DefaultDbCachePages = 2048
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Locking and shared memory parameters
|
|
|
|
|
|
|
|
#LockMemSize = 262144
|
|
|
|
#LockSemCount = 32
|
|
|
|
#LockSignal = 16
|
|
|
|
#LockGrantOrder = 1
|
|
|
|
#LockHashSlots = 101
|
|
|
|
#LockRequireSpins = 0
|
|
|
|
#EventMemSize = 65536
|
|
|
|
#DeadlockTimeout = 10
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Parameters of the thread scheduler (SS only)
|
|
|
|
|
|
|
|
#PrioritySwitchDelay = 100
|
|
|
|
#DeadThreadsCollection = 50
|
|
|
|
#PriorityBoost = 5
|
|
|
|
|
|
|
|
# ----------------------------
|
|
|
|
# Transport protocols object names
|
|
|
|
|
|
|
|
#RemoteServiceName = gds_db
|
|
|
|
#RemoteServicePort = 3050
|
|
|
|
#RemotePipeName = interbas
|
|
|
|
#IpcName = FirebirdIPI
|