Used config: H:\QA\rundaily-2021\unpacked-snapshot.tmp\firebird.conf, size: 2983, LUPD: 20220809_081854 |
---|
# GENERATED AUTO, DO NOT EDIT. See H:\QA\rundaily-2021\qa_rundaily.bat for details.
# # Parameters from https://github.com/FirebirdSQL/fbt-repository.git/, file: '/configs/fb30_all.conf': # # 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_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. # # Also, 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 = 3337 FileSystemCacheThreshold = 99999K # Added 13.04.2019: start implementing tests for verifying DB encryption tasks # Encryption demo plugin was supplied by IBSurgeon, see H:\QA\rundaily-2021\IBSurgeon-encryption-demo.win64 # WireCrypt = Enabled KeyHolderPlugin = KeyHolder MaxUnflushedWrites = -1 MaxUnflushedWriteTime = -1 ExternalFileAccess = Full # See parameter 'TEMP_DIR' in QA_rundaily.conf: # TempDirectories = H:\QA\TEMP # 16.01.2020 temply restored previous settings: # Reason: strong performance degradation. # Sent reports to dimitr et al // mailbox: [email protected] # AuthServer = Legacy_Auth, Srp, Srp256, Win_Sspi # UserManager = Legacy_UserManager, Srp # AuthClient = Legacy_Auth, Srp, Srp256, Win_Sspi # 05-jan-2020. Its preferred AuthClient to start with 'Srp' rather than 'LegacyAuth' otherwise # strange delay required at least for 10-11 seconds, see comments in core_6208.fbt # Parameter AuthClient must start with 'Srp', NOT 'Srp256' - see also core_6208.fbt # 03-feb-2020 RESTORED because CORE-6237 was fixed. AuthClient = Srp, Srp256, Win_Sspi, Legacy_Auth AuthServer = Srp, Srp256, Win_Sspi, Legacy_Auth UserManager = Srp, Legacy_UserManager # # Parameters from https://github.com/FirebirdSQL/fbt-repository.git/, file: '/configs/fb30_ss.conf': # # Parameters specific to 3.x SuperServer ######################################## ServerMode = Super # Common for all connections in SS: # # Increased 11.04.2021 after discuss with dimitr # See e-mail [email protected], 11-apr-2021. DefaultDBCachePages = 100K # 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 |