6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00
firebird-qa/configs/fb30_all.conf

46 lines
1.6 KiB
Plaintext

# 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 = !PORT_FOR_LISTENING!
FileSystemCacheThreshold = 99999K
WireCrypt = Enabled
KeyHolderPlugin = fbSampleKeyHolder
MaxUnflushedWrites = -1
MaxUnflushedWriteTime = -1
ExternalFileAccess = Full
# See parameter 'TEMP_DIR' in QA_rundaily.conf:
#
TempDirectories=!TEMP_DIR!
AuthServer = Srp, Win_Sspi, Legacy_Auth
UserManager = Srp, Legacy_UserManager