Used config: E:\QA\builds\firebird.conf, size: 1714, LUPD: 20201218_090055 |
---|
RemoteServicePort = 3333
ServerMode = Super # Increased since 25.01.2020, previous value: 20000 DefaultDbCachePages = 30000 TempCacheLimit = 2000M # 03.02.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 #------------------------ # Added 13.04.2019: start implementing tests for verifying DB encryption tasks # Encryption demo plugin was supplied by IBSurgeon, see E:\QA\IBSurgeon-encryption-demo.win64 WireCrypt = Enabled KeyHolderPlugin = KeyHolder #------------------------ MaxUnflushedWrites = -1 MaxUnflushedWriteTime = -1 ExternalFileAccess = Full # Parameter BugCheckAbort must be 1 if we want to allow creation of memory dumps when FB crashes. BugCheckAbort = 1 TempDirectories=C:\TEMP # === FIREBIRD 4.X SPECIFIC PARAMETERS === # Valid values: [0...1000]. If set to zero, pool is disabled. Default: 0. # Actual value was taken from E:\QA\rundaily.conf: ExtConnPoolSize = 10 # Set the time before destroyng inactive external connection, seconds. Valid values: [1...86400]. Default: 7200 seconds. # Actual value was taken from E:\QA\rundaily.conf: ExtConnPoolLifeTime = 10 # 05-sep-2019, FB 4.X ONLY: intentionally change ReadConsistency with NON-DEFAULT value in order to have ability # to use BOTH isolation levels for transactions that are to be started in READ COMMITTED mode: # 1. READ COMMITTED READ CONSISTENCY # 2. READ COMMITTED [NO] RECORD_VERSION # See test for CORE-5953, "Statement level read consistency in read-committed transactions": # we test there result for BOTH modes of RC isolation level. ReadConsistency = 0 |