Used FB config:
#
# Parameters from /opt/distr/venv/firebird-qa, file: fb30_all.conf
#
# Common parameters for all 3.x ServerMode values.
#
##################################################
#
# NOTES FOR WINDOWS:
# 1. Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes.
# 2. Crashes will be intercepted by WER if registry has following key and parameters:
# HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\LocalDumps\firebird.exe\
# Parameter 'DumpType', type: DWORD, value: 2
# Parameter 'DumpFolder', type: EXPAND_SZ, value: directory for storing dumps
# Parameter 'DumpCount', type: DWORD, value: at least 3.
# 3. Ensure that key KEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\AeDebug
# 3.1. DOES contain parameter: UserDebuggerHotKey REG_DWORD 0x0
# 3.2 Does NOT contrain: "Debugger REG_SZ "C:\WINDOWS\system32\vsjitdebugger.exe" -p %ld -e %ld"
# The latter parameter must be removed if present.
# 4. Following must present in the registry to disable any pop-up window when program crashes:
# key: HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\Windows Error Reporting\
# parameter: 'DontShowUI', type: DWORD, value: 2
#
BugCheckAbort = 1

# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf:
#
RemoteServicePort = 3352

FileSystemCacheThreshold = 99999K

WireCrypt = Enabled
# COMMENTED out by /home/fbqa/qa-rundaily/qa_rundaily.sh because of use another value: KeyHolderPlugin = fbSampleKeyHolder

MaxUnflushedWrites = -1
MaxUnflushedWriteTime = -1

ExternalFileAccess = Full

# See parameter 'TEMP_DIR' in QA_rundaily.conf:
#
TempDirectories = /var/tmp

AuthServer = Srp, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager




#
# Parameters from /opt/distr/venv/firebird-qa, file: fb30_ss.conf
#
# Parameters specific to 3.x SuperServer
########################################

ServerMode = Super

# Increased 11.04.2021 after discuss with dimitr
# See mailbox [email protected], 11-apr-2021.
# DefaultDBCachePages = 100K

# Reduced 06.12.2022 otherwise dumps will have
# too big size and will be rotated too frequent.
# Discussed with Alex
# See mailbox [email protected], 16-nov-2022
#
DefaultDBCachePages = 10K


# Common for all connections in SS:
#
# Increased 11.04.2021 after discuss with dimitr
# See e-mail [email protected], 11-apr-2021.
#
TempCacheLimit = 1G

# Parameters for tests which must use XNET/WNET
# connection protocols (rather than INET one):
IpcName = xnet_fb3x_ss
RemotePipeName = wnet_fb3x_ss

# Name of example plugin which makes 'pseudo-ecnryption' must be:
# for FB 3.x/HQ 3.x: CryptKeyHolder_example
# for FB 4.x: fbSampleKeyHolder
KeyHolderPlugin = fbSampleKeyHolder