8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 16:03:02 +01:00
firebird-mirror/src/install/misc/firebird.conf

108 lines
2.6 KiB
Plaintext
Raw Normal View History

##############################
#
# Firebird configuration file
#
##############################
# ----------------------------
# Specify the root directory under which Firebird is installed
#RootDirectory =
# ----------------------------
# Parameters of the in-memory sorting module
#SortMemBlockSize = 1048576
#SortMemUpperLimit = 67108864
# ----------------------------
2003-02-09 09:52:46 +01:00
# Turn on/off special handling for opening 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
# db server on the remote machine via port 3050, this ensures that all opens
# 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.
#RemoteFileOpenAbility = 0
# ----------------------------
# 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
#OldParameterOrdering = 0
# ----------------------------
# Various remote stuff parameters
2003-02-26 08:25:32 +01:00
#TcpRemoteBufferSize = 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
2003-03-11 15:57:08 +01:00
#RemoteBindAddress =
#RemoteServiceName = gds_db
#RemoteServicePort = 3050
2003-03-11 15:57:08 +01:00
#RemoteAuxPort = 0
#RemotePipeName = interbas
#IpcName = FirebirdIPI
2003-02-07 09:47:50 +01:00
# ----------------------------
# How often the pages are flushed on disk (FW=off only)
#MaxUnflushedWrites = 100
#MaxUnflushedWriteTime = 5
2003-02-16 20:25:38 +01:00
# ----------------------------
# Various win32 options
#ProcessPriorityLevel = 0
#CreateInternalWindow = 1
2003-02-22 15:23:56 +01:00
# ----------------------------
# Boolean evaluation method (complete or shortcut)
#CompleteBooleanEvaluation = 0