Used FB config:
# Common parameters for all 3.x ServerMode values.
#
##################################################

# Parameter BugCheckAbort must be 1 to allow dumps be saved when FB crashes.
# Crashes will be intercepted by WER if registry has following key and parameters:
# HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsWindows Error ReportingLocalDumpsfirebird.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.
#
# Also, following must present in the registry to disable any pop-up window when program crashes:
# key: HKEY_LOCAL_MACHINESoftwareMicrosoftWindowsWindows Error Reporting# parameter: 'DontShowUI', type: DWORD, value: 2
#
BugCheckAbort = 1

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

FileSystemCacheThreshold = 99999K

WireCrypt = Enabled
# COMMENTED out by /opt/distr/venv/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 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
Unified diff:
---
+++
@@ -15,7 +15,7 @@



# See parameter 'PORT_FOR_LISTENING' in QA_rundaily.conf:

#
-
RemoteServicePort = 3344
+
RemoteServicePort = 3348



FileSystemCacheThreshold = 99999K